42126557790eddbc9336a62ad0690e1757a49654
[h316.git] / pc-tools / ldc2 / src / silent_code.hh
1 #ifndef SILENT_CODE_H
2 #define SILENT_CODE_H
3
4 /*!
5 *\brief Demangle silent code frames to 6 bit frames
6 */
7 extern unsigned char silent_demangle(unsigned char in);
8
9 /*!
10 * Combine three mangled paper tape frames into
11 * one 16 bit machine word
12 */
13 extern unsigned short combine466(unsigned char* in);
14
15 #endif