/* MIX simulator, copyright 1994 by Darius Bacon */ 
#ifndef CHARSET_H
#define CHARSET_H

char mix_to_C_char(Byte mix_char);
Byte C_char_to_mix(char c);

#endif


syntax highlighted by Code2HTML, v. 0.9.1