kolibrios/kernel/branches/Kolibri-F/libc/libc.c
turbocat 3ee8369ec6 Kolibri-F:
- Added sprintf to the kernel.
- Added a notification from @notify when there are exceptions in the application. 
- Added debug files to bochs

git-svn-id: svn://kolibrios.org@9051 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-11 11:17:39 +00:00

9 lines
169 B
C

#include "libtcc/libtcc1.c"
#include "stdio/format_print.c"
#include "stdio/sprintf.c"
#include "stdlib/___chkstk_ms.c"
__asm__(
".include \"math/pow10.s\"\n\t"
);