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
25 { string type for storing hostnames or IP addresses as strings }
\r
26 thostname = ansistring;
\r
27 { string type for storing data (bytes) }
\r
28 tbufferstring = ansistring;
\r
30 {another name for a string with bytes, not implying it's to be used for a buffer}
\r
31 bytestring = tbufferstring;
\r
33 {a char that is always one byte}
\r
34 bytechar = ansichar;
\r