This website requires JavaScript.
Explore
Help
Register
Sign In
KolibriOS
/
kolibrios
Watch
15
Star
21
Fork
36
You've already forked kolibrios
Code
Issues
129
Pull Requests
31
Actions
1
Projects
1
Releases
Wiki
Activity
Files
1cfcfaf6278f092a8c7e1480a4868be105ea002a
kolibrios
/
programs
/
develop
/
ktcc
/
trunk
/
libc.obj
/
source
/
stdlib
History
Egor00f
1cfcfaf627
libc.obj: Add allocator
...
just add allocator instead of `_ksys_alloc`, `_ksys_free` and `_ksys_realloc`.
2026-02-22 12:42:48 +05:00
..
___chkstk_ms.c
…
_mem.h
libc.obj: Add allocator
2026-02-22 12:42:48 +05:00
abs.c
…
assert.c
libc.obj: now builded to kos32-tcc
2022-06-19 15:47:00 +00:00
atof.c
…
atoi.c
…
atol.c
…
atoll.c
…
calloc.c
libc.obj: Add allocator
2026-02-22 12:42:48 +05:00
exit.c
…
free.c
libc.obj: Add allocator
2026-02-22 12:42:48 +05:00
itoa.c
…
labs.c
…
llabs.c
…
malloc.c
libc.obj: Add allocator
2026-02-22 12:42:48 +05:00
qsort.c
…
rand.c
…
realloc.c
libc.obj: Add allocator
2026-02-22 12:42:48 +05:00
strtod.c
…
strtol.c
…