![]() ![]() | ![]() |
version 1.14, 1999/08/07 21:40:36 | version 1.15, 1999/08/20 17:22:51 |
---|---|
Line 82 int emitcounter; | Line 82 int emitcounter; |
#ifdef MEMCMP_AS_SUBROUTINE | #ifdef MEMCMP_AS_SUBROUTINE |
extern int gforth_memcmp(const char * s1, const char * s2, size_t n); | extern int gforth_memcmp(const char * s1, const char * s2, size_t n); |
#define memcmp(s1,s2,n) gforth_memcmp(s1,s2,n) | |
#endif | #endif |
#ifdef HAS_FILE | #ifdef HAS_FILE |