mcinglis / c-style

My favorite C programming practices.
Other
2k stars 98 forks source link

correct example for named function arguments #3

Closed edk0 closed 11 years ago

edk0 commented 11 years ago

Avoid the reserved identifier _run_server, and refer to the correct function name in the macro.

mcinglis commented 11 years ago

Thanks!