fpc/rtl/unix/unixsockets.pas
2007-08-19 13:35:43 +00:00

20 lines
160 B
ObjectPascal

unit unixsockets;
{$mode objfpc}{$H+}
{$packrecords C}
interface
uses
cTypes, BaseUnix;
{$unixsocketsh.inc}
implementation
{$unixsockets.inc}
end.