|
maug
Quick and dirty C mini-augmentation library.
|
These flags can be passed to retroflat_message() to indicate the type of message being conveyed. More...

Functions | |
| void | retroflat_message (uint8_t flags, const char *title, const char *format,...) |
| Display a message in a dialog box and/or on stderr. More... | |
These flags can be passed to retroflat_message() to indicate the type of message being conveyed.
| void retroflat_message | ( | uint8_t | flags, |
| const char * | title, | ||
| const char * | format, | ||
| ... | |||
| ) |
Display a message in a dialog box and/or on stderr.
| title | A string with the title to use for a dialog box. |
| format | A format string to be passed to vsnprintf(). |