csnip  0.1
x.h
Go to the documentation of this file.
1 #ifndef CSNIP_X_H
2 #define CSNIP_X_H
3 
14 #include <stddef.h>
15 
24 int csnip_x_strerror_r(int errnum, char* buf, size_t buflen);
25 
28 #endif /* CSNIP_X_H */
29 
30 #if defined(CSNIP_SHORT_NAMES) && !defined(CSNIP_X_HAVE_SHORT_NAMES)
31 #define x_strerror_r csnip_x_strerror_r
32 #define CSNIP_X_HAVE_SHORT_NAMES
33 #endif /* CSNIP_SHORT_NAMES && !CSNIP_X_HAVE_SHORT_NAMES */
int csnip_x_strerror_r(int errnum, char *buf, size_t buflen)
Portable strerror_r().