#ifndef _INFO_H #define _INFO_H void info(const char *msg); #endif /* _INFO_H */ .