forked from KolibriOS/kolibrios
3ee8369ec6
- 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
9 lines
169 B
C
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"
|
|
);
|