From 227bc3560762ae770564fcd8bad36b334696bb0b Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 6 Jan 2025 21:04:27 -0600 Subject: sdptiny --- src/shared.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/shared.h') diff --git a/src/shared.h b/src/shared.h index fef19ca..b10462e 100644 --- a/src/shared.h +++ b/src/shared.h @@ -15,10 +15,4 @@ void* xcalloc(size_t nmemb, size_t size); // `reallocarray()` with error checking. Calls `error()` or `abort()` on error, depending on the value of `___VXGG___XCALLOC_EXIT_ON_ERROR___` void* xreallocarray(void *ptr, size_t nmemb, size_t size); -// `vsprintf()`, but reallocates enough room for the resulting string before writing to `str` -int vsaprintf(char **str, const char *format, va_list ap); - -// `sprintf()`, but reallocates enough room for the resulting string before writing to `str` -int saprintf(char **str, const char *format, ...); - #endif \ No newline at end of file -- cgit v1.2.3