1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Added skeleton Doc files for the whole developer's documentation.

This commit is contained in:
Martin Mares
2000-05-05 17:17:42 +00:00
parent b177724896
commit ab1129c1bd
14 changed files with 60 additions and 0 deletions

26
lib/Doc Normal file
View File

@@ -0,0 +1,26 @@
H Library
.F csum Checksums and hash functions
..S checksum.c md5.c
.F ip IP addresses
..S ip.c ipv4.c ipv6.c
.F list Linked lists
..S lists.c
.H Resource management
..F gen Generic resource functions
...S resource.c
..F mempool Memory pools
...S mempool.c
..F slab Slabs
...S slab.c
..F sock Sockets
...S socket.h
.H Miscellaneous functions
..F bit Bit operations
...S bitops.c
..F event Events
...S event.c
..F pat Pattern matching
...S patmatch.c
..F printf Printf
...S printf.c
..F unaligned Unaligned access