| 1 # Formatting |
1 # Formatting |
| |
2 |
| |
3 <warning> |
| |
4 Outdated - Rewrite! |
| |
5 </warning> |
| 2 |
6 |
| 3 In this utility header you can find `printf()`-like functions that can write the formatted output to an arbitrary |
7 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. |
8 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, |
9 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 |
10 plus you do not need to worry about too small buffer sizes, because the functions will automatically allocate enough |