aboutsummaryrefslogtreecommitdiff
path: root/include/printf.h
Commit message (Expand)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* The register_printf_render_std() function expects regular string.Pawel Jakub Dawidek2012-07-041-1/+1
* Include stdio.h, so we can include printf.h in any order, as it needs FILE.Pawel Jakub Dawidek2011-03-061-0/+1
* Add nested include of <wchar.h>Poul-Henning Kamp2006-03-021-0/+2
* Remove spurious "union arg" from printf.hPoul-Henning Kamp2006-02-041-2/+0
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp2006-01-251-4/+12
* Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp2005-12-161-0/+155