1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Update c.html.markdown (#2385)

This commit is contained in:
Subhrajyoti Sen
2016-09-28 01:25:01 +05:30
committed by ven
parent ceb6b37b63
commit 4dee8dd033

View File

@@ -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.";