libubox/examples
Luka Perkov db8e7060e0 examples: use PRIu64 instead %lld when printing uint64_t values
Patch fixes build failure:

error: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ [-Werror=format=]
   indent_printf(indent, "%lld\n", *(uint64_t *)data);

Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-07-03 12:53:13 +02:00
..
blobmsg-example.c examples: use PRIu64 instead %lld when printing uint64_t values 2014-07-03 12:53:13 +02:00
CMakeLists.txt examples: fix linking with json-c 2014-07-03 12:53:13 +02:00
runqueue-example.c runqueue: move completion handler from runqueue_process to runqueue_task to make it more generic 2013-05-09 01:27:45 +02:00
uloop-example.lua Support delete a fd event. 2014-06-24 14:30:30 +01:00
uloop_pid_test.sh add an example script for the uloop lua binding 2012-09-27 13:47:46 +02:00
ustream-example.c examples: add missing include 2014-07-03 12:53:13 +02:00