libowfat/buffer/errmsg_iam.c

9 lines
92 B
C

#include "errmsg.h"
const char* argv0;
void errmsg_iam(const char* who) {
argv0=who;
}