docs/Writerside/topics/printf.h.md

branch
docs/3.1
changeset 1141
a06a2d27c043
child 1142
9437530176bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/Writerside/topics/printf.h.md	Thu Jan 23 01:33:36 2025 +0100
@@ -0,0 +1,7 @@
+# printf.h
+
+In this utility header you can find `printf()`-like functions that can write the formatted output to an arbitrary
+stream (or UCX buffer, resp.), or to memory allocated by an allocator within a single function call.
+With the help of these convenience functions, you do not need to `snprintf` your string to a temporary buffer anymore,
+plus you do not need to worry about too small buffer sizes, because the functions will automatically allocate enough
+memory to contain the entire formatted string.

mercurial