Hacker News new | ask | show | jobs
by rkaehn 830 days ago
The library is an "stb-style" header-only library, so the header has two modes: when you define CR_TASK_IMPL, it includes the implementation (starting from line 20), otherwise it just includes declarations (the first 19 lines). The implementation should only be included in one translation unit, but the declarations can be included in multiple units.
1 comments

Ah, sorry I meant in test.c. I was nodding off when I wrote that comment