changeset 7179 | f84805e6df03 |
parent 7160 | c42949cfdd92 |
child 7182 | 076aba32abd3 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/frontlib/util/logging.h Sat Jun 09 03:28:38 2012 +0200 @@ -0,0 +1,16 @@ +/* + * + */ + +#ifndef LOGGING_H_ +#define LOGGING_H_ + +#include<stdint.h> + +char* flib_format_ip(uint32_t numip); + +void flib_log_e(const char *fmt, ...); +void flib_log_w(const char *fmt, ...); +void flib_log_i(const char *fmt, ...); + +#endif /* LOGGING_H_ */