renamed warning() to notice()

This commit is contained in:
anon
2025-01-24 23:33:08 +01:00
parent 11062cfff2
commit 9448bd3b7e
4 changed files with 11 additions and 10 deletions

View File

@ -17,7 +17,7 @@ enum {
};
extern void errorn(int n, ...);
extern void warning(const char * fmt, ...);
extern void notice(const char * fmt, ...);
#define CHECK_OPEN(f, n, E) \
if (!f) { \