1: /*
   2:  *	"@(#)hl_ge.c	1.1"
   3:  */
   4: 
   5: short hl_ge(a,b,la,lb)
   6: char *a, *b;
   7: long int la, lb;
   8: {
   9: return(s_cmp(a,b,la,lb) >= 0);
  10: }

Defined functions

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