loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_debug_handler.txt
blob67f28eea4836fe488093266dfe8dabfc5409b31f
1 Custom Debug Message Handler
2 ----------------------------
3 This example shows how to redirect link:debug.html[library debug messages]
4 into a custom debug message handler.
6 [source,c]
7 ------------------------------------------------------------------
8 include::../demos/c_simple/debug_handler.c[]
9 ------------------------------------------------------------------