add errmsg API
This commit is contained in:
8
buffer/errmsg_iam.c
Normal file
8
buffer/errmsg_iam.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "errmsg.h"
|
||||
|
||||
const char* argv0;
|
||||
|
||||
void errmsg_iam(const char* who) {
|
||||
argv0=who;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user