forked from KolibriOS/kolibrios
libc.obj:
- now using vsscanf from BaseLibc; - delete extra pragma - disable sort includes(clang-format) git-svn-id: svn://kolibrios.org@9868 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "stdio/fgets.c"
|
||||
#include "stdio/fopen.c"
|
||||
#include "stdio/format_print.c"
|
||||
#include "stdio/format_scan.c"
|
||||
#include "stdio/fprintf.c"
|
||||
#include "stdio/fputc.c"
|
||||
#include "stdio/fputs.c"
|
||||
@@ -51,12 +50,14 @@
|
||||
#include "stdio/snprintf.c"
|
||||
#include "stdio/sprintf.c"
|
||||
#include "stdio/sscanf.c"
|
||||
#include "stdio/strntoumax.c"
|
||||
#include "stdio/tmpfile.c"
|
||||
#include "stdio/tmpnam.c"
|
||||
#include "stdio/ungetc.c"
|
||||
#include "stdio/vfprintf.c"
|
||||
#include "stdio/vprintf.c"
|
||||
#include "stdio/vsnprintf.c"
|
||||
#include "stdio/vsscanf.c"
|
||||
|
||||
#include "string/memccpy.c"
|
||||
#include "string/memchr.c"
|
||||
|
Reference in New Issue
Block a user