Add <ctype.h> include statement to popular C standar libraries.

This commit is contained in:
Levi Bostian 2013-08-31 21:18:59 -05:00
parent ca32d7a5f2
commit e9c92321f4

View File

@ -62,6 +62,7 @@ enum days {SUN = 1, MON, TUE, WED, THU, FRI, SAT};
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
// (File names between <angle brackets> are headers from the C standard library.)
// For your own headers, use double quotes instead of angle brackets: