X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Flibc%2Fctype.h;fp=src%2Flibc%2Fctype.h;h=5b010d4de44dc1cf7b3246bcc6d3cc35ca65217f;hp=a36c6946191778758bcd359f079be1b0e09f9191;hb=32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9;hpb=203b43a75a028e9238307bd6e73768eb8e942071 diff --git a/src/libc/ctype.h b/src/libc/ctype.h index a36c694..5b010d4 100644 --- a/src/libc/ctype.h +++ b/src/libc/ctype.h @@ -1,5 +1,5 @@ -#ifndef CTYPES_H_ -#define CTYPES_H_ +#ifndef CTYPE_H_ +#define CTYPE_H_ int isalnum(int c); int isalpha(int c); @@ -14,5 +14,4 @@ int isspace(int c); int toupper(int c); int tolower(int c); - -#endif /* CTYPES_H_ */ +#endif /* CTYPE_H_ */