#ifndef PRINT_H #define PRINT_H void putchar(char); #endif