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 {$ifdef cpu386}{$define i386}{$endif}
\r
19 { string type for storing hostnames or IP addresses as strings }
\r
20 thostname = ansistring;
\r
21 { string type for storing data (bytes) }
\r
22 tbufferstring = ansistring;
\r