#ifndef __LIB__PRINT_H__ #define __LIB__PRINT_H__ #include void print(const char *fmt, ...); void vprint(const char *fmt, va_list args); #endif