polylib 5.22.8
errormsg.h
Go to the documentation of this file.
1#ifndef _errormsg_H_
2#define _errormsg_H_
3
4#if defined(__cplusplus)
5extern "C" {
6#endif
7
8extern void errormsg1(const char *f, const char *msgname, const char *msg);
9
10#if defined(__cplusplus)
11}
12#endif
13
14#endif /* _errormsg_H_ */
void errormsg1(const char *f, const char *msgname, const char *msg)
Definition: errormsg.c:25