1 {io core originally for linux bworld}
\r
3 { Copyright (C) 2005 Bas Steendijk and Peter Green
\r
4 For conditions of distribution and use, see copyright notice in zlib_license.txt
\r
5 which is included in the package
\r
6 ----------------------------------------------------------------------------- }
\r
11 {$include pgtypes.inc}
\r
12 {$include uint32.inc}
\r
26 { string type for storing hostnames or IP addresses as strings }
\r
27 thostname = ansistring;
\r
28 { string type for storing data (bytes) }
\r
29 tbufferstring = ansistring;
\r
31 {another name for a string with bytes, not implying it's to be used for a buffer}
\r
32 bytestring = tbufferstring;
\r
34 {a char that is always one byte}
\r
35 bytechar = ansichar;
\r