1: /*
   2:  *	"@(#)ef1asc_.c	1.1"
   3:  */
   4: 
   5: /* EFL support routine to copy string b to string a */
   6: 
   7: #define M   ( (long) (sizeof(long) - 1) )
   8: #define EVEN(x) ( ( (x)+ M) & (~M) )
   9: 
  10: ef1asc_(a, la, b, lb)
  11: int *a, *b;
  12: long int *la, *lb;
  13: {
  14: s_copy( (char *)a, (char *)b, EVEN(*la), *lb );
  15: }

Defined functions

ef1asc_ defined in line 10; never used

Defined macros

EVEN defined in line 8; used 1 times
  • in line 14
M defined in line 7; used 2 times
  • in line 8(2)
Last modified: 1983-05-20
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 273
Valid CSS Valid XHTML 1.0 Strict