Files
libstrophe-gh/examples
Steffen Jaeckel 53373261ad fix example/perf.c compilation
In case this ifdef-elseif-chain falls back to the else path, the macro
to `clock()` wasn't defined.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
2022-03-09 12:08:11 +01:00
..
2022-02-04 13:36:17 +01:00
2022-02-22 15:02:47 +01:00
2022-03-09 12:08:11 +01:00
2016-04-14 15:23:38 +00:00
2020-03-31 17:37:12 +03:00

Build Instructions

Compile example files with the following gcc flags:

gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`