Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lelanthran
on Oct 9, 2023
|
parent
|
context
|
favorite
| on:
My personal C coding style as of late 2023
You don't get the linker complain of multiply defined symbols when your code is linked in as a library to some other project.
If you're writing code that never gets reused, then it's fine, no need for static functions.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you're writing code that never gets reused, then it's fine, no need for static functions.