Version 5.2.0
Changes since v5.1.0:
Standard C feature support
- #61 : Added support for the
%n
format specifier..
Repository structure and other general changes
- Moved
printf.h
andprintf.c
into thesrc/printf
directory. When using the library, you now#include <printf/printf.h>
; this avoids a clash with glibc'sprintf.h
header.
Build configuration
- #56 : Now supporting build via CMake
add_subdirectory
(and thus also CMake'sFetchContent
module).
Caveats
- Still no special handling for denormals.