Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 2c8de7b

Browse files
authored
Merge pull request #55 from xushiwei/q
c2go.a.pub
2 parents 4206749 + 5429cfe commit 2c8de7b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

c2go.a.pub

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __builtin_inff
77
__builtin_nan
88
__builtin_nanf
99
__ctype_get_mb_cur_max
10+
__environ
1011
__fpclassify
1112
__fpclassifyf
1213
__fpclassifyl
@@ -27,9 +28,11 @@ __islessgreaterl
2728
__islessl
2829
__isoc_va_list
2930
__isspace
31+
__lseek
3032
__signbit
3133
__signbitf
3234
__signbitl
35+
_exit
3336
a64l
3437
abort
3538
abs
@@ -78,6 +81,7 @@ clearerr
7881
clearerr_unlocked
7982
clock_t
8083
clockid_t
84+
close
8185
cookie_close_function_t
8286
cookie_io_functions_t
8387
cookie_read_function_t
@@ -102,6 +106,7 @@ dprintf
102106
drand48
103107
drem
104108
dremf
109+
dup2
105110
ecvt
106111
erand48
107112
erf
@@ -110,6 +115,7 @@ erfcf
110115
erfcl
111116
erff
112117
erfl
118+
execl
113119
exit
114120
exp
115121
exp10
@@ -176,6 +182,7 @@ fmodf
176182
fmodl
177183
fopen
178184
fopencookie
185+
fork
179186
fpos_t
180187
fprintf
181188
fputc
@@ -204,10 +211,13 @@ getc
204211
getc_unlocked
205212
getchar
206213
getchar_unlocked
214+
getcwd
207215
getdelim
208216
getenv
209217
getline
210218
getloadavg
219+
getlogin
220+
getpid
211221
getsubopt
212222
getw
213223
gid_t
@@ -227,6 +237,7 @@ int64_t
227237
int8_t
228238
intmax_t
229239
intptr_t
240+
ioctl
230241
isalnum
231242
isalnum_l
232243
isalpha
@@ -351,6 +362,8 @@ open_memstream
351362
pclose
352363
perror
353364
pid_t
365+
pipe
366+
pipe2
354367
popen
355368
posix_memalign
356369
posix_openpt
@@ -384,11 +397,14 @@ putchar_unlocked
384397
putenv
385398
puts
386399
putw
400+
pwrite
387401
qsort
388402
quick_exit
389403
rand
390404
rand_r
391405
random
406+
read
407+
readlink
392408
realloc
393409
reallocarray
394410
realpath
@@ -424,6 +440,8 @@ setbuffer
424440
setenv
425441
setkey
426442
setlinebuf
443+
setpgrp
444+
setsid
427445
setstate
428446
setvbuf
429447
signgam
@@ -508,6 +526,7 @@ strverscmp
508526
strxfrm
509527
strxfrm_l
510528
suseconds_t
529+
sync
511530
system
512531
tan
513532
tanf

0 commit comments

Comments
 (0)