author | unc0rr |
Wed, 11 Apr 2012 01:04:58 +0400 | |
changeset 6878 | 0af34406b83d |
parent 6875 | 6528171ce36d |
child 6883 | 70aec33185e2 |
permissions | -rw-r--r-- |
#pragma once #include <stdbool.h> typedef char string255[]; typedef int SmallInt; typedef int Word; typedef int LongInt; typedef int LongWord; typedef int Byte; typedef int Integer; typedef float extended; typedef float real; typedef bool boolean; typedef void * pointer; typedef Byte * PByte; typedef char * PChar; typedef LongInt * PLongInt; typedef Integer * PInteger;