Move tolower() etc to ctype.h as per ISO C

This commit is contained in:
Michael Brown
2007-01-26 03:25:19 +00:00
parent bf9ec8102f
commit afe4e011ac
3 changed files with 31 additions and 27 deletions

View File

@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
/* *** FROM string.c *** */