mirror of
https://github.com/json-c/json-c.git
synced 2026-05-06 12:19:07 +08:00
Example:
mkdir build && cd build
cmake -DOVERRIDE_GET_RANDOM_SEED='do { extern uint32_t getMsTicks(void); int ms = getMsTicks() * 433494437; return ms; } while(0)' ..