forked from KolibriOS/kolibrios
befac9b242
git-svn-id: svn://kolibrios.org@5936 a494cfbc-eb01-0410-851d-a64ba20cac60
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"
|
|
|
|
|
|
/// ===========================================================
|