Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dietrichepp
on Nov 30, 2012
|
parent
|
context
|
favorite
| on:
Apple's Module proposal to replace headers for C-b...
Well, no. If you make a #define it will affect code in the #include. This is why you sees puts defined as
extern int puts(__const char *__s);
The reason for the double underscore is so the definitions won't be affected if 's' is a macro.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: