1 #ifndef _MSGBOX_H
2 #define _MSGBOX_H
3 
4 void err_msgbox(const char *fmt, ...);
5 
6 #endif // _MSGBOX_H
7