1: /*
   2:  *	"@(#)ef1cmc_.c	1.1"
   3:  */
   4: 
   5: /* EFL support routine to compare two character strings */
   6: 
   7: long int ef1cmc_(a, la, b, lb)
   8: int *a, *b;
   9: long int *la, *lb;
  10: {
  11: return( s_cmp( (char *)a, (char *)b, *la, *lb) );
  12: }

Defined functions

ef1cmc_ defined in line 7; never used
Last modified: 1983-05-20
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 268
Valid CSS Valid XHTML 1.0 Strict