Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/string/strncat.c
19,7 → 19,7
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/string.h>
#include <arch/i386/string.h>
 
FILE(strncat);
 
/shark/branches/xen/libc/arch/x86/string/special.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(IsSpecial);
 
/shark/branches/xen/libc/arch/x86/string/strstr.c
19,7 → 19,7
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/string.h>
#include <arch/i386/string.h>
 
FILE(strstr);
 
/shark/branches/xen/libc/arch/x86/string/strbase.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(strbase);
 
/shark/branches/xen/libc/arch/x86/string/string.c
19,7 → 19,7
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/string.h>
#include <arch/i386/string.h>
 
FILE(string);
 
/shark/branches/xen/libc/arch/x86/string/strrchr.c
19,7 → 19,7
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/string.h>
#include <arch/i386/string.h>
 
FILE(strchr);
 
/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);