|
|
1.1 ! root 1: /* ! 2: * static char ID_mcroh[] = "@(#) sgsmacros.h: 1.2 5/27/83"; ! 3: */ ! 4: ! 5: #define MAXLDIRS 8 ! 6: #define COMF77 "(common)" ! 7: ! 8: #define max(a,b) (a<b ? b: a) ! 9: #define min(a,b) (a>b ? b: a) ! 10: ! 11: #define size(str) (strlen(str) + 1) ! 12: ! 13: #define equal(a,b,l) (strncmp(a,b,l) == 0) ! 14: ! 15: #define copy(a,b,l) strncpy(a,b,l) ! 16:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.