Librería para enchufes en C.
at main 7 lines 176 B view raw
1#ifndef LOG_H_ 2#define LOG_H_ 3 4void log_info(const char* format, ...); 5void log_error(const char* format, ...); 6void log_WARN(const char* format, ...); 7#endif // LOG_H_ header