Hacker News new | ask | show | jobs
by lights0123 1780 days ago
And functions aren't guaranteed to be included in the binary unless you pass additional compiler flags with that strategy.
1 comments

Very few things are guaranteed in C. If you want to guarantee the function exists let the operating system look up the function names by string for you.