File: charset.h

package info (click to toggle)
mixal 1.08-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 208 kB
  • ctags: 296
  • sloc: ansic: 1,597; makefile: 87; sh: 12; awk: 10
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/* 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