diff options
Diffstat (limited to 'c.html.markdown')
-rw-r--r-- | c.html.markdown | 1 |
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."; |