|
|
1.1 ! root 1: /* EFL support routine to compare two character strings */ ! 2: ! 3: #include "f2c.h" ! 4: ! 5: #ifdef KR_headers ! 6: extern integer s_cmp(); ! 7: integer ef1cmc_(a, la, b, lb) ftnint *a, *b; ftnlen *la, *lb; ! 8: #else ! 9: extern integer s_cmp(char*,char*,ftnlen,ftnlen); ! 10: integer ef1cmc_(ftnint *a, ftnlen *la, ftnint *b, ftnlen *lb) ! 11: #endif ! 12: { ! 13: return( s_cmp( (char *)a, (char *)b, *la, *lb) ); ! 14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.