project_files/hwc/rtl/pas2c.h
changeset 10660 79fa79c77c38
parent 10142 adb804cb2638
child 12103 22bd1099d51f
equal deleted inserted replaced
10659:79e466c393f7 10660:79fa79c77c38
    59 typedef Byte * PByte;
    59 typedef Byte * PByte;
    60 typedef char * PChar;
    60 typedef char * PChar;
    61 typedef LongInt * PLongInt;
    61 typedef LongInt * PLongInt;
    62 typedef LongWord * PLongWord;
    62 typedef LongWord * PLongWord;
    63 typedef Integer * PInteger;
    63 typedef Integer * PInteger;
    64 typedef int PtrInt;
    64 typedef ptrdiff_t PtrInt;
    65 typedef wchar_t widechar;
    65 typedef wchar_t widechar;
    66 typedef wchar_t* PWideChar;
    66 typedef wchar_t* PWideChar;
    67 typedef char Char;
    67 typedef char Char;
    68 typedef LongInt SizeInt;
    68 typedef LongInt SizeInt;
    69 typedef char ** PPChar;
    69 typedef char ** PPChar;