netsurf/content/fetchers
Vincent Sanders d15ab96a51 Fix size_t printf formatting
The printf formatting for size_t is set in c99 as %zu but in windows
it is %Iu this is solved by adding and inttypes style PRI macro for size_t

This also uses this macro everywhere size_t is formatted.
2016-03-17 22:00:54 +00:00
..
about.c Add trivial maps facilitator at about:maps 2014-10-22 20:42:21 +01:00
about.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
curl.c Tiny simplification of curl debug logging. 2016-01-21 09:27:27 +00:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
file.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
file.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile move testament output to object directory instead of modifying source 2014-04-08 11:41:58 +01:00
resource.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00