![]() ![]() | ![]() |
version 1.58, 2003/01/26 20:56:38 | version 1.59, 2003/01/26 21:01:51 |
---|---|
Line 72 | Line 72 |
#define ftello ftell | #define ftello ftell |
#endif | #endif |
struct F83Name { | |
struct F83Name *next; /* the link field for old hands */ | |
char countetc; | |
char name[0]; | |
}; | |
#define F83NAME_COUNT(np) ((np)->countetc & 0x1f) | |
#define NULLC '\0' | #define NULLC '\0' |
#ifdef MEMCMP_AS_SUBROUTINE | #ifdef MEMCMP_AS_SUBROUTINE |