Annotation of 41BSD/lib/libF77/ef1asc_.c, revision 1.1.1.1

1.1       root        1: /* EFL support routine to copy string b to string a */
                      2: 
                      3: #define M      ( (long) (sizeof(long) - 1) )
                      4: #define EVEN(x)        ( ( (x)+ M) & (~M) )
                      5: 
                      6: ef1asc_(a, la, b, lb)
                      7: int *a, *b;
                      8: long int *la, *lb;
                      9: {
                     10: s_copy( (char *)a, (char *)b, EVEN(*la), *lb );
                     11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.