#ifndef PRINT_H #define PRINT_H void print_error(const char * const format, ...); #endif /* PRINT_H */