Sturk 1.0.2
Publish-subscribe C implementation.
|
System procedures. More...
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | st_snprintf (char *buffer, size_t bufsz, const char *format,...) |
int | st_remove (const char *filename) |
void | st_except (const char *reason, const char *file, int line) |
Log error reason and call exit(EXIT_FAILURE). | |
System procedures.
int st_remove | ( | const char * | filename | ) |
int st_snprintf | ( | char * | buffer, |
size_t | bufsz, | ||
const char * | format, | ||
... | |||
) |