Logo

Programming-Idioms

History of Idiom 3 > diff from v32 to v33

Edit summary for version 33 by A:
New C implementation by user [A]

Version 32

2018-08-12, 11:26:19

Version 33

2018-08-12, 11:28:35

Idiom #3 Create a procedure

Like a function which doesn't return any value, thus has only side effects (e.g. Print to standard output)

Idiom #3 Create a procedure

Like a function which doesn't return any value, thus has only side effects (e.g. Print to standard output)

Code
void d(){}
Comments bubble
A dummy procedure that does nothing