mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:08:07 +02:00
.. | ||
foot.tex | ||
head.tex | ||
Makefile | ||
pp2tex | ||
README | ||
sock_cli.pp | ||
sock_svr.pp |
These are the example programs that appear in the FPC documentation. Units guide, chapter on Sockets unit : Example programs sock_svr.pp implements a small server application. sock_cli.pp implements a small client application.