Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/stdlib/strtoi.c
19,12 → 19,12
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/stdlib.h>
#include <ll/i386/string.h>
#include <ll/i386/limits.h>
#include <ll/stdarg.h>
#include <ll/ctype.h>
#include <ll/math.h>
#include <arch/i386/stdlib.h>
#include <arch/i386/string.h>
#include <arch/i386/limits.h>
#include <arch/stdarg.h>
#include <arch/ctype.h>
#include <arch/math.h>
 
FILE(strtoi);