project_files/hwc/rtl/pas2c.h
changeset 12103 22bd1099d51f
parent 10660 79fa79c77c38
child 13880 5f819b90d479
equal deleted inserted replaced
12102:51596d30a724 12103:22bd1099d51f
    63 typedef Integer * PInteger;
    63 typedef Integer * PInteger;
    64 typedef ptrdiff_t 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 PtrInt SizeInt;
    69 typedef char ** PPChar;
    69 typedef char ** PPChar;
    70 typedef Word* PWord;
    70 typedef Word* PWord;
    71 
    71 
    72 string255 _strconcat(string255 a, string255 b);
    72 string255 _strconcat(string255 a, string255 b);
    73 string255 _strappend(string255 s, unsigned char c);
    73 string255 _strappend(string255 s, unsigned char c);