forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
platform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.The library is making assumptions causing it to fail on platforms where they do not hold.task
Description
When using the library in C++, only the printf.h definitions need to be surrounded by extern "C"
(see also this SO question). Apparently, some compilers (e.g. clang on Mac) seem to have trouble with definitions surrounded by it. So - let's remove it.
Metadata
Metadata
Assignees
Labels
platform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.The library is making assumptions causing it to fail on platforms where they do not hold.task