picotm
0.8.0
|
Transactional wrappers for interfaces of <stdio.h>. More...
Functions | |
PICOTM_NOTHROW int | snprintf_tm (char *restrict s, size_t n, const char *restrict format,...) |
PICOTM_NOTHROW int | sscanf_tm (const char *restrict s, const char *restrict format,...) |
PICOTM_NOTHROW int | vsnprintf_tm (char *restrict s, size_t n, const char *restrict format, va_list ap) |
PICOTM_NOTHROW int | vsscanf_tm (const char *restrict s, const char *restrict format, va_list arg) |
PICOTM_NOTHROW int snprintf_tm | ( | char *restrict | s, |
size_t | n, | ||
const char *restrict | format, | ||
... | |||
) |
A transaction-safe implementation of snprintf().
PICOTM_NOTHROW int sscanf_tm | ( | const char *restrict | s, |
const char *restrict | format, | ||
... | |||
) |
A transaction-safe implementation of sscanf().
PICOTM_NOTHROW int vsnprintf_tm | ( | char *restrict | s, |
size_t | n, | ||
const char *restrict | format, | ||
va_list | ap | ||
) |
A transaction-safe implementation of vsnprintf().
PICOTM_NOTHROW int vsscanf_tm | ( | const char *restrict | s, |
const char *restrict | format, | ||
va_list | arg | ||
) |
A transaction-safe implementation of vsscanf().