// x-run: tcc -Wextra -Wall -run % #define CBT_IMPLEMENTATION #include "cbt.h" int main(int argc, char **argv) { CBT_INIT(argc, argv); return 0; }