[go: up one dir, main page]

File: index

package info (click to toggle)
anet 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 800 kB
  • sloc: ada: 5,366; makefile: 120; sh: 19
file content (20 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include::../README[]

Example
-------

Server (UNIX/TCP)
~~~~~~~~~~~~~~~~~

[source,ada]
---------------------------------------------------------------------
include::../examples/server.adb[]
---------------------------------------------------------------------

Client (UNIX/TCP)
~~~~~~~~~~~~~~~~~

[source,ada]
---------------------------------------------------------------------
include::../examples/client.adb[]
---------------------------------------------------------------------