Subversion Repositories Kolibri OS

Rev

Rev 9230 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8687 turbocat 1
!____STDIO______
2
clearerr
3
debug_printf
4
fclose
5
feof
6
ferror
7
fflush
8
fgetc
9
fgetpos
10
fgets
11
fopen
12
fprintf
13
fputc
14
fputs
15
fread
16
freopen
17
fscanf
18
fseek
19
fsetpos
20
ftell
21
fwrite
22
getchar
23
gets
24
perror
25
printf
26
puts
27
remove
28
rename
29
rewind
30
scanf
31
setbuf
32
setvbuf
33
snprintf
34
sprintf
35
sscanf
36
tmpfile
37
tmpnam
38
vfscanf
39
vprintf
40
vfscanf
9204 turbocat 41
vsprintf
8687 turbocat 42
vsnprintf
43
vsscanf
8730 turbocat 44
ungetc
8687 turbocat 45
!____STDLIB____
46
abs
47
atoi
48
atol
49
atoll
9137 turbocat 50
atof
8687 turbocat 51
calloc
52
exit
53
free
54
itoa
55
labs
56
llabs
57
malloc
58
realloc
59
strtol
8743 turbocat 60
srand
61
rand
9013 turbocat 62
qsort
9230 turbocat 63
strtod
9013 turbocat 64
__assert_fail
8687 turbocat 65
!____STRING____
8787 turbocat 66
!memcpy
8687 turbocat 67
memchr
68
memcmp
8787 turbocat 69
!memmove
70
!memset
8687 turbocat 71
strncat
72
strchr
8705 turbocat 73
strcat
8687 turbocat 74
strcmp
75
strcoll
76
strcpy
77
strcspn
78
strdup
79
strerror
80
strlen
81
strncat
82
strncmp
83
strncpy
84
strrchr
85
strrev
86
strspn
87
strstr
88
strtok
89
strxfrm
8787 turbocat 90
_errno
8687 turbocat 91
!____SYS____
92
closedir
93
opendir
94
readdir
95
rewinddir
96
seekdir
97
telldir
8744 turbocat 98
getcwd
99
mkdir
100
rmdir
101
setcwd
102
getcwd
8787 turbocat 103
!____SOCKET____
104
socket
105
close
106
bind
107
listen
108
connect
109
accept
110
send
111
recv
112
setsockopt
113
socketpair
8687 turbocat 114
!____UNISTD____
115
!____MATH____
116
acosh
117
asinh
118
atanh
119
acosh
120
frexp
121
hypot
122
ldexp
123
sinh
124
tanh
125
acos
126
asin
127
atan
128
atan2
129
ceil
130
cos
131
exp
132
fabs
133
floor
134
fmod
135
log
136
modf
137
modfl
138
pow
139
pow2
140
pow10
141
!____LONGJMP____
142
longjmp
143
setjmp
144
!____CTYPE____
145
__is
8730 turbocat 146
tolower
147
toupper
8687 turbocat 148
!___CONIO___
149
con_set_title
8744 turbocat 150
con_init
151
con_init_opt
152
con_write_asciiz
153
con_write_string
154
con_printf
155
con_exit
156
con_get_flags
157
con_set_flags
158
con_kbhit
159
con_getch
160
con_getch2
161
con_gets
162
con_gets2
163
con_get_font_height
164
con_get_cursor_height
165
con_set_cursor_height
166
con_cls
167
con_get_cursor_pos
168
con_set_cursor_pos
8787 turbocat 169
!____TIME____
170
mktime
171
time
172
localtime
173
asctime
9013 turbocat 174
difftime