|
|
1.1 root 1: #ifndef LIB_H
2: #define LIB_H
3: char
4: *basename(char*),
5: *ctime(long*),
6: *slashname(char*),
7: *strcat(char*, char*),
8: *strcpy(char*, char*),
9: *strncat(char*, char*, int),
10: *strncpy(char*, char*, int)
11: ;
12:
13: long lseek(int,long,int);
14: int ReadOK(int, char*, int);
15: int WriteOK(int, char*, int);
16:
17: int
18: alarm(unsigned),
19: chdir(char*),
20: close(int),
21: dup2(int,int),
22: execl(char* ...),
23: fork(),
24: getpid(),
25: ioctl(int,int ...),
26: killpg(int,int),
27: open(char*, int),
28: setpgrp(int,int),
29: sleep(unsigned),
30: sprintf(char*, const char* ...),
31: sscanf(char*, const char* ...),
32: strcmp(char*,char*),
33: strncmp(char*,char*,int),
34: system(char*),
35: tdkexec(char*,char*)
36: ;
37:
38: char *Name(char*,int);
39: char *SysErr(char* = "");
40:
41: long modified(int);
42:
43: int alldigits(char*);
44:
45: char *calloc(int,int);
46: char *malloc(int);
47: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.