aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-11-06C11 %zd is bit overkill here. Especially requiring conditional compile.Kelvin Lee1-8/+0
2020-11-05Print size_t properly with C11 %zd support.Kelvin Lee1-4/+12
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-12/+26
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-36/+19
2016-08-30jansson 2.8v2.8Petri Lehtinen2-15/+0
2014-12-30examples/README.rst: Fix formattingPetri Lehtinen1-1/+1
2014-12-30Add Makefile.am for examplesPetri Lehtinen2-0/+19
2014-12-30examples/simple_parse.c: Reindent, fix warnings & stylePetri Lehtinen1-80/+87
2014-12-29use fgets() rather than getline()Robert Poor1-17/+11
2014-12-26adding simple-parse exampleRobert Poor1-0/+202