#ifndef PRINT_H #define PRINT_H int print(char *fmt, ...); void print_init(void (*putc)(char)); #endif /* PRINT_H */