This commit is contained in:
ceriel
1991-10-07 16:35:03 +00:00
parent 98b019c735
commit 0f16a0f6f8
69 changed files with 31026 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef NULL
#define NULL 0
#endif
#define strchr strindex
#define strrchr strrindex
extern char * strcat();
extern char * strchr();
extern int strcmp();
extern char * strcpy();
extern int strlen();
extern char * strncat();
extern int strncmp();
extern char * strncpy();
extern char * strrchr();