ringbuffer_extend() for adding extra space to the last added entry
[nobug.git] / doc / usinginit.txt
blobf4d332930902ad26a7bc641013bc91def1026b15
1 Header and Initialisation
2 ~~~~~~~~~~~~~~~~~~~~~~~~~
3 The project source file will have to include 'nobug.h', and Nobug will have to be
4 initialised using `NOBUG_INIT` before any NoBug features can be used
5 or when you use xref:logflags[logging flags], these can be initialized
6 with `NOBUG_INIT_FLAG()`, calling `NOBUG_INIT` is then optional.
7 See the xref:initexample[initialization example] further down.