First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.
#pragma once
typedef char string255[];
typedef int SmallInt;
typedef int Word;
typedef int LongInt;
typedef int LongWord;
typedef int Byte;
typedef Byte * PByte;
typedef void * pointer;