From e9c92321f4442ca4af75f6cce16d435287dad750 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Sat, 31 Aug 2013 21:18:59 -0500 Subject: Add include statement to popular C standar libraries. --- c.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'c.html.markdown') diff --git a/c.html.markdown b/c.html.markdown index 4e7dae5c..6d95f28b 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -62,6 +62,7 @@ enum days {SUN = 1, MON, TUE, WED, THU, FRI, SAT}; #include #include #include +#include // (File names between are headers from the C standard library.) // For your own headers, use double quotes instead of angle brackets: -- cgit v1.2.3