This commit is contained in:
2025-08-03 20:43:36 -04:00
parent c48809aea9
commit 0ef8ca973c
9 changed files with 2 additions and 57 deletions

View File

@@ -12,15 +12,6 @@
#include <stdarg.h>
#include <stdio.h>
/**
* Print a formatted message to stderr with program prefix and newline
* @param format Format string (printf-style)
* @param ... Variable arguments for formatting
* @return Number of characters printed
*/
int print_error_with_prefix (char *format, ...);
/* Legacy function name for backward compatibility */
#define printfn print_error_with_prefix
int printfn (char *format, ...);
#endif