Loading...
Searching...
No Matches
Go to the source code of this file.
|
#define | t_itoa(value, buffer, size, radix) snprintf(buffer, size, "%d", value) |
|
#define | t_snprintf(s, n, format, ...) snprintf(s, n, format, __VA_ARGS__) |
|
◆ t_itoa
◆ t_snprintf
#define t_snprintf |
( |
|
s, |
|
|
|
n, |
|
|
|
format, |
|
|
|
... |
|
) |
| snprintf(s, n, format, __VA_ARGS__) |