labwc/include/common/log.h

10 lines
138 B
C
Raw Normal View History

2020-08-12 19:37:44 +01:00
#ifndef __LABWC_LOG_H
#define __LABWC_LOG_H
/**
* warn - print warning
*/
void warn(const char *err, ...);
#endif /* __LABWC_LOG_H */