Subversion Repositories Kolibri OS

Rev

Rev 9843 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9843 Rev 9846
Line 1... Line 1...
1
#include 
1
#include 
Line -... Line 2...
-
 
2
 
2
 
3
#include "libtcc1/libtcc1.c"
3
#include "ctype/is.c"
4
#include "ctype/is.c"
4
#include "ctype/tolower.c"
5
#include "ctype/tolower.c"
Line 5... Line 6...
5
#include "ctype/toupper.c"
6
#include "ctype/toupper.c"
Line 78... Line 79...
78
#include "string/strrev.c"
79
#include "string/strrev.c"
79
#include "string/strspn.c"
80
#include "string/strspn.c"
80
#include "string/strstr.c"
81
#include "string/strstr.c"
81
#include "string/strtok.c"
82
#include "string/strtok.c"
82
#include "string/strxfrm.c"
83
#include "string/strxfrm.c"
83
 
-
 
84
#include "stdlib/abs.c"
84
#include "stdlib/abs.c"
85
#include "stdlib/assert.c"
85
#include "stdlib/assert.c"
86
#include "stdlib/atof.c"
86
#include "stdlib/atof.c"
87
#include "stdlib/atoi.c"
87
#include "stdlib/atoi.c"
88
#include "stdlib/atol.c"
88
#include "stdlib/atol.c"
Line 286... Line 286...
286
    { "localtime", &localtime },
286
    { "localtime", &localtime },
287
    { "asctime", &asctime },
287
    { "asctime", &asctime },
288
    { "difftime", &difftime },
288
    { "difftime", &difftime },
289
    { "basename", &basename },
289
    { "basename", &basename },
290
    { "dirname", &dirname },
290
    { "dirname", &dirname },
291
    NULL,
291
    NULL
292
};
292
};