Files
libstrophe-gh/examples
Dmitry Podgorny 562a06425b Unify coding style
@sjaeckel integrated clang-format with formal coding style. Run his
script and commit changes.

There are pros and cons of this commit.

Mixed coding style is a "broken window". A good single style simplifies
reading and writing code.

On the other hand, this is a big change which will lead to conflicts.
2020-01-31 01:16:50 +02:00
..
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2016-04-14 15:23:38 +00:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2015-10-12 15:17:22 +03:00
2020-01-31 01:16:50 +02:00

Build Instructions

Compile example files with the following gcc flags:

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