docs/Writerside/topics/printf.h.md

branch
docs/3.1
changeset 1143
0559812df10c
parent 1142
9437530176bc
child 1146
151c057faf7c
equal deleted inserted replaced
1142:9437530176bc 1143:0559812df10c
1 # printf.h 1 # Formatting
2 2
3 In this utility header you can find `printf()`-like functions that can write the formatted output to an arbitrary 3 In this utility header you can find `printf()`-like functions that can write the formatted output to an arbitrary
4 stream (or UCX buffer, resp.), or to memory allocated by an allocator within a single function call. 4 stream (or UCX buffer, resp.), or to memory allocated by an allocator within a single function call.
5 With the help of these convenience functions, you do not need to `snprintf` your string to a temporary buffer anymore, 5 With the help of these convenience functions, you do not need to `snprintf` your string to a temporary buffer anymore,
6 plus you do not need to worry about too small buffer sizes, because the functions will automatically allocate enough 6 plus you do not need to worry about too small buffer sizes, because the functions will automatically allocate enough

mercurial