|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.