Name |
Last commit
|
Last update |
---|---|---|
.. | ||
map.c | ||
posix.h | ||
pthread.h | ||
realpath.c |
The macro `p_snprintf` is implemented as a variadic macro that calls `snprintf` directly with `__VA_ARGS__`. In C89, variadic macros are not allowed, but as the arguments of `p_snprintf` and `snprintf` are matching 1:1, we can fix this by simply removing the parameter list from `p_snprintf`.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
map.c | Loading commit data... | |
posix.h | Loading commit data... | |
pthread.h | Loading commit data... | |
realpath.c | Loading commit data... |