mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update c.html.markdown
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
This commit is contained in:
parent
db551c63ac
commit
0c5eb762c4
@ -704,7 +704,7 @@ void testFunc2(void) {
|
|||||||
// declared with some other starting value.
|
// declared with some other starting value.
|
||||||
//**You may also declare functions as static to make them private**
|
//**You may also declare functions as static to make them private**
|
||||||
|
|
||||||
// NOTE that before C23, and unlike C++, functions taking no arguments without
|
// Note that before C23, and unlike C++, functions taking no arguments without
|
||||||
// an explicit `void` inside the parameter list will be treated as taking an
|
// an explicit `void` inside the parameter list will be treated as taking an
|
||||||
// unknown number of arguments rather than no arguments.
|
// unknown number of arguments rather than no arguments.
|
||||||
void testFunc3(void) {
|
void testFunc3(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user