summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSubhrajyoti Sen <subhrajyoti12@gmail.com>2016-09-28 01:25:01 +0530
committerven <vendethiel@hotmail.fr>2016-09-27 21:55:01 +0200
commit4dee8dd033aa0ddb040463cb45791dd77cdb183b (patch)
tree533bdf590f5d169a4ad6b038a86516b244b686f7
parentceb6b37b63420cb40dc2cfc1fc4a2e96a46ee9a1 (diff)
Update c.html.markdown (#2385)
-rw-r--r--c.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 3fb6a83e..ae87ca08 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -511,6 +511,7 @@ void str_reverse(char *str_in)
str_in[len - ii - 1] = tmp;
}
}
+//NOTE: string.h header file needs to be included to use strlen()
/*
char c[] = "This is a test.";