docs/Writerside/topics/utils.md

changeset 1424
563033aa998c
parent 1166
03bbdf402675
equal deleted inserted replaced
1423:9a72258446cd 1424:563033aa998c
8 8
9 When you are working with [data streams](streams.h.md), e.g. `FILE` streams 9 When you are working with [data streams](streams.h.md), e.g. `FILE` streams
10 or any other stream (or buffer) API that uses an `fwrite`-compatible interface, 10 or any other stream (or buffer) API that uses an `fwrite`-compatible interface,
11 you will find the stream copy function quite useful. 11 you will find the stream copy function quite useful.
12 12
13 And last, but not least, if you are interested in unit testing, but don't know which testing framework to use: 13 And last, but not least, if you are interested in unit testing but don't know which testing framework to use:
14 search no more, because we have got your back with [UCX Test](test.h.md). 14 search no more, because we have got your back with [UCX Test](test.h.md).

mercurial