mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-18 04:21:25 +02:00
Add <ctype.h> include statement to popular C standar libraries.
This commit is contained in:
@@ -62,6 +62,7 @@ enum days {SUN = 1, MON, TUE, WED, THU, FRI, SAT};
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
// (File names between <angle brackets> are headers from the C standard library.)
|
// (File names between <angle brackets> are headers from the C standard library.)
|
||||||
// For your own headers, use double quotes instead of angle brackets:
|
// For your own headers, use double quotes instead of angle brackets:
|
||||||
|
Reference in New Issue
Block a user