labwc/include/common/log.h
2021-07-22 21:30:17 +01:00

9 lines
138 B
C

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