1 | _exit Func void _exit(code)
|
---|
2 |
|
---|
3 | MAX MACRO ..... MAX(x, y)
|
---|
4 | MIN MACRO ..... MIN(x, y)
|
---|
5 |
|
---|
6 | abort Func void abort(code)
|
---|
7 | abs MACRO ..... abs(val)
|
---|
8 | access Func short access(name, mode)
|
---|
9 | atan Func float atan(fval)
|
---|
10 | atof Func float atof(string)
|
---|
11 | atoi Func short atoi(string)
|
---|
12 | atol Func long atol(string)
|
---|
13 |
|
---|
14 | brk Func short brk(addr)
|
---|
15 |
|
---|
16 | calloc Func short *calloc(number, size)
|
---|
17 | ceil Func float ceil(fval)
|
---|
18 | chmod Func short chmod(name, mode)
|
---|
19 | chown Func short chown (name, owner, group)
|
---|
20 | clearerr MACRO void clearerr(stream)
|
---|
21 | close Func short close(fd)
|
---|
22 | cos Func float cos(fval)
|
---|
23 | creat Func short creat(name, mode)
|
---|
24 | creata Func short creata(name, mode)
|
---|
25 | creatb Func short creatb(name, mode)
|
---|
26 |
|
---|
27 | etoa Func char *etoa(fval, buf, prec)
|
---|
28 | exit Func void exit(code)
|
---|
29 | exp Func float exp(fval)
|
---|
30 | |
---|
31 |
|
---|
32 | fabs Func float fabs(fval)
|
---|
33 | fclose Func short fclose(stream)
|
---|
34 | fdopen Func FILE *fdopen(fd, access)
|
---|
35 | feof MACRO short feof(stream)
|
---|
36 | ferror MACRO short ferror(stream)
|
---|
37 | fflush Func short fflush(stream)
|
---|
38 | fgetc Func short fgetc(stream)
|
---|
39 | fgets Func char *fgets(s, n, stream)
|
---|
40 | fileno MACRO short fileno(stream)
|
---|
41 | floor Func float floor(fval)
|
---|
42 | fmod Func float fmod(x, y)
|
---|
43 | fopen Func FILE *fopen(name, access)
|
---|
44 | fopena Func FILE *fopena(name, access)
|
---|
45 | fopenb Func FILE *fopenb(name, access)
|
---|
46 | fprintf Func short fprintf(stream, fmt, arg1, arg2, ..., argn)
|
---|
47 | fputc Func short fputc(c, stream)
|
---|
48 | fputs Func short fputs(s, stream)
|
---|
49 | fread Func short fread(buff, size, nitems, stream)
|
---|
50 | free Func void free(addr)
|
---|
51 | freopa Func FILE *freopa(name, access, stream)
|
---|
52 | freopb Func FILE *freopb(name, access, stream)
|
---|
53 | freopen Func FILE *freopen(name, access, stream)
|
---|
54 | fscanf Func short fscanf(stream, fmt, arg1, arg2, ..., argn)
|
---|
55 | fseek Func short fseek(stream, offset, ptrname)
|
---|
56 | ftell Func long ftell(stream)
|
---|
57 | ftoa Func char *ftoa(fval, buf, prec)
|
---|
58 | fwrite Func short fwrite(buff, size, nitems, stream)
|
---|
59 |
|
---|
60 | getc MACRO short getc(stream)
|
---|
61 | getchar MACRO short getchar()
|
---|
62 | getl Func long getl(stream)
|
---|
63 | getpass Func char *getpass(prompt)
|
---|
64 | getpid Func short getpid()
|
---|
65 | gets Func char *gets(s)
|
---|
66 | getw Func short getw(stream)
|
---|
67 |
|
---|
68 | index Func char *index(s, c)
|
---|
69 |
|
---|
70 | isalnum Func short isalnum(c)
|
---|
71 | isalpha Func short isalpha(c)
|
---|
72 | isascii Func short isascii(c)
|
---|
73 | isatty Func short isatty(fd)
|
---|
74 | iscntrl Func short iscntrl(c)
|
---|
75 | isdigit Func short isdigit(c)
|
---|
76 | islower Func short islower(c)
|
---|
77 | isprint Func short isprint(c)
|
---|
78 | ispunct Func short ispunct(c)
|
---|
79 | isspace Func short isspace(c)
|
---|
80 | isuppper Func short isupper(c)
|
---|
81 | |
---|
82 |
|
---|
83 | log Func float log(fval)
|
---|
84 | longjmp Func void longjump(env, ret)
|
---|
85 | lseek Func long lseek(fd, offset, ptrname)
|
---|
86 |
|
---|
87 | malloc Func short *malloc(size)
|
---|
88 | max MACRO ..... max(x, y)
|
---|
89 | min MACRO ..... min(x, y)
|
---|
90 | mktemp Func char *mktemp(string)
|
---|
91 |
|
---|
92 | open Func short open(name, mode)
|
---|
93 | opena Func short opena(name, mode)
|
---|
94 | openb Func short openb(name, mode)
|
---|
95 |
|
---|
96 | perror Func short perror(s)
|
---|
97 | pow Func float pow(fmant, fexp)
|
---|
98 | printf Func short printf(fmt, arg1, arg2, ..., argn)
|
---|
99 | putc MACRO short putc(c, stream)
|
---|
100 | putchar MACRO short putchar()
|
---|
101 | putl Func long putl(l, stream)
|
---|
102 | puts Func short puts(s)
|
---|
103 | putw Func short putw(w, stream)
|
---|
104 |
|
---|
105 | qsort Func short qsort(base, number, size, compare)
|
---|
106 |
|
---|
107 | rand Func short rand()
|
---|
108 | read Func short read(fd, buffer, bytes)
|
---|
109 | realloc Func short *realloc(addr, size)
|
---|
110 | rewind Func short rewind(stream)
|
---|
111 | rindex Func char *rindex(s, c)
|
---|
112 |
|
---|
113 | sbrk Func char *sbrk(incr)
|
---|
114 | scanf Func short scanf(fmt, arg1, arg2, ..., argn)
|
---|
115 | setjmp Func short setjmp(env)
|
---|
116 | signal Func short signal(sig, func)
|
---|
117 | sin Func float sin(fval)
|
---|
118 | sinh Func float sinh(fval)
|
---|
119 | sprintf Func char *sprintf(string, fmt, arg1, arg2, ..., argn)
|
---|
120 | sqrt Func float sqrt(fval)
|
---|
121 | srand Func short srand(seed)
|
---|
122 | sscanf Func short sscanf(string, fmt, arg1, arg2, ..., argn)
|
---|
123 | strcat Func char *strcat(s1, s2)
|
---|
124 | strcmp Func short strcmp(s1, s2)
|
---|
125 | strcpy Func char *strcpy(s1, s2)
|
---|
126 | strlen Func short strlen(s)
|
---|
127 | strncat Func char *strncat(s1, s2, n)
|
---|
128 | strncmp Func short strncmp(s1, s2, n)
|
---|
129 | strncpy Func char *strncpy(s1, s2, n)
|
---|
130 | swab Func short swab(from, to, nbytes)
|
---|
131 | |
---|
132 |
|
---|
133 | tan Func float tan(fval)
|
---|
134 | tanh Func float tanh(fval)
|
---|
135 | tell Func long tell(fd)
|
---|
136 | ttyname Func char *ttyname(fd)
|
---|
137 |
|
---|
138 | ungetc Func short ungetc(c, stream)
|
---|
139 | unlink Func short unlink(name)
|
---|
140 |
|
---|
141 | write Func short write(fd, buffer, bytes)
|
---|