forked from KolibriOS/kolibrios
19 lines
373 B
C
19 lines
373 B
C
|
|
||
|
/// ===========================================================
|
||
|
|
||
|
#ifndef AUTOBUILD
|
||
|
// autobuild does not create lang.h, but defines LANG_{RUS,ENG} directly
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#include "boolean.c"
|
||
|
#include "kolibri.c"
|
||
|
#include "stdlib.c"
|
||
|
#include "string.c"
|
||
|
#include "ctype.c"
|
||
|
|
||
|
#include "console.c"
|
||
|
|
||
|
|
||
|
/// ===========================================================
|