X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2F_strspn.c;h=fae51a6f7230cb87b5e023ef91448e3d146526d3;hb=6dff9ccd51bf7d55f13daf0599cd9bb4bfe23eb0;hp=274b49e69322a12c8702b04e6fcb3b205dd91ef7;hpb=ccaa1364f24ea0207b04e628c45f4ca2ff3e5083;p=fw%2Fsdcc diff --git a/device/lib/_strspn.c b/device/lib/_strspn.c index 274b49e6..fae51a6f 100644 --- a/device/lib/_strspn.c +++ b/device/lib/_strspn.c @@ -22,11 +22,10 @@ what you give them. Help stamp out software-hoarding! -------------------------------------------------------------------------*/ #include "string.h" -#define NULL (void *)0 int strspn ( - char _generic * string, - char _generic * control + char * string, + char * control ) { register int count = 0;