Annotation of 41BSD/lib/libF77/ef1cmc_.c, revision 1.1

1.1     ! root        1: /* EFL support routine to compare two character strings */
        !             2: 
        !             3: long int ef1cmc_(a, la, b, lb)
        !             4: int *a, *b;
        !             5: long int *la, *lb;
        !             6: {
        !             7: return( s_cmp( (char *)a, (char *)b, *la, *lb) );
        !             8: }

unix.superglobalmegacorp.com

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