save
This commit is contained in:
11
core/print.h
11
core/print.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user