Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 2 → Rev 84

/shark/tags/rel_0_4/oslib/libc/ioformat/ksprintf.c
25,8 → 25,6
#include <ll/i386/float.h>
#include <ll/i386/mem.h>
#include <ll/stdarg.h>
#include <ll/ctype.h>
#include <ll/math.h>
#include "sprintf.h"
 
FILE(ksprintf);
/shark/tags/rel_0_4/oslib/libc/ioformat/ucvt.c
26,7 → 26,6
#include <ll/i386/mem.h>
#include <ll/stdarg.h>
#include <ll/ctype.h>
#include <ll/math.h>
#include "sprintf.h"
 
FILE(ucvt);
/shark/tags/rel_0_4/oslib/libc/ioformat/sscanf.c
24,7 → 24,6
#include <ll/i386/limits.h>
#include <ll/stdarg.h>
#include <ll/ctype.h>
#include <ll/math.h>
#include "sprintf.h"
 
FILE(sscanf);