ef1cmc_.c
Go to the documentation of this file.
00001 /* EFL support routine to compare two character strings */
00002 
00003 #include "f2c.h"
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #ifdef KR_headers
00009 extern integer s_cmp();
00010 integer ef1cmc_(a, la, b, lb) ftnint *a, *b; ftnlen *la, *lb;
00011 #else
00012 extern integer s_cmp(char*,char*,ftnlen,ftnlen);
00013 integer ef1cmc_(ftnint *a, ftnlen *la, ftnint *b, ftnlen *lb)
00014 #endif
00015 {
00016 return( s_cmp( (char *)a, (char *)b, *la, *lb) );
00017 }
00018 #ifdef __cplusplus
00019 }
00020 #endif


swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:55:50