Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

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