top | item 39673916

(no title)

rkaehn | 2 years 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.

discuss

order

dc-programmer|2 years ago

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