mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Update c.html.markdown (#2385)
This commit is contained in:
parent
ceb6b37b63
commit
4dee8dd033
@ -511,6 +511,7 @@ void str_reverse(char *str_in)
|
|||||||
str_in[len - ii - 1] = tmp;
|
str_in[len - ii - 1] = tmp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//NOTE: string.h header file needs to be included to use strlen()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
char c[] = "This is a test.";
|
char c[] = "This is a test.";
|
||||||
|
Loading…
Reference in New Issue
Block a user