

#ifndef MSG_H
#define MSG_H

extern void msg(char *fmt, ...);

#endif MSG_H
