diff options
Diffstat (limited to 'src/shared.h')
| -rw-r--r-- | src/shared.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared.h b/src/shared.h index 5894b41..620ec82 100644 --- a/src/shared.h +++ b/src/shared.h | |||
| @@ -17,9 +17,4 @@ void* xcalloc(size_t nmemb, size_t size); | |||
| 17 | // `reallocarray()` with error checking. Calls `error()` or `abort()` on error, depending on the value of `___VXGG___XALLOC_EXIT_ON_ERROR___` | 17 | // `reallocarray()` with error checking. Calls `error()` or `abort()` on error, depending on the value of `___VXGG___XALLOC_EXIT_ON_ERROR___` |
| 18 | void* xreallocarray(void *ptr, size_t nmemb, size_t size); | 18 | void* xreallocarray(void *ptr, size_t nmemb, size_t size); |
| 19 | 19 | ||
| 20 | #if !defined _GNU_SOURCE | ||
| 21 | int vasprintf(char **str, const char *format, va_list ap); | ||
| 22 | int asprintf(char **str, const char *format, ...); | ||
| 23 | #endif | ||
| 24 | |||
| 25 | #endif \ No newline at end of file | 20 | #endif \ No newline at end of file |
