libowfat/buffer/errmsg_iam.c

9 lines
92 B
C
Raw Normal View History

2004-05-05 16:36:00 +00:00
#include "errmsg.h"
const char* argv0;
void errmsg_iam(const char* who) {
argv0=who;
}