unixsockets.pas 160 B

12345678910111213141516171819
  1. unit unixsockets;
  2. {$mode objfpc}{$H+}
  3. {$packrecords C}
  4. interface
  5. uses
  6. cTypes, BaseUnix;
  7. {$unixsocketsh.inc}
  8. implementation
  9. {$unixsockets.inc}
  10. end.