#ifndef __LABWC_LOG_H #define __LABWC_LOG_H /** * warn - print warning */ void warn(const char *err, ...); #endif /* __LABWC_LOG_H */