Source file: /~heha/basteln/Haus/Telefon/sprech.zip/src/debug.h

#pragma once
typedef unsigned char byte;

void PrintPhonemes(byte *phonemeindex, byte *phonemeLength, byte *stress);
void PrintOutput(
	byte *flag,
	byte *f1,
	byte *f2,
	byte *f3,
	byte *a1,
	byte *a2,
	byte *a3,
	byte *p);

void PrintRule(int offset);

extern int debugX;
const bool debug=true;
Detected encoding: ASCII (7 bit)2