V10/libpicfile/libc.h

/*
 * vestigial libc.h for export purposes
 */
extern long lseek();
extern char *malloc(), *realloc();
extern char *memcpy();
extern char *strcpy(), *strcat(), *strchr();
extern int atoi();