/* * ======================================================================== * File name: io412.h * Purpose: Header file for io412.c * Should link with your user modules. * ======================================================================== */ /* Prototypes */ /* A printf routine, which uses your Put_char, and the memory routines */ int Cprintf( char *str, ... ); void Put_char(char);