*** empty log message ***
This commit is contained in:
13
lang/cem/cemcom/string.h
Normal file
13
lang/cem/cemcom/string.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $Header$ */
|
||||
/* STRING-ROUTINE DEFINITIONS */
|
||||
|
||||
#define stdin 0
|
||||
#define stdout 1
|
||||
#define stderr 2
|
||||
|
||||
#define itos(n) int_str((long)(n), 10)
|
||||
|
||||
char *sprintf(); /* string.h */
|
||||
char *int_str(); /* string.h */
|
||||
|
||||
char *strcpy(), *strcat(), *rindex();
|
||||
Reference in New Issue
Block a user