Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/stdlib/strtoul.c
35,10 → 35,10
static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
 
#include <ll/limits.h>
#include <ll/ctype.h>
#include <ll/errno.h>
#include <ll/stdlib.h>
#include <arch/limits.h>
#include <arch/ctype.h>
#include <arch/errno.h>
#include <arch/stdlib.h>
 
FILE(strtoul);