#ifndef CONSOLE_H__ #define CONSOLE_H__ void consputc(int c); #endif