mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Add <ctype.h> include statement to popular C standar libraries.
This commit is contained in:
parent
ca32d7a5f2
commit
e9c92321f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user