University stuff.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
mortie 6cce9fdc1c having this in git is probably good pirms 7 gadiem
..
1router.dat having this in git is probably good pirms 7 gadiem
5ruter.dat having this in git is probably good pirms 7 gadiem
10router.dat having this in git is probably good pirms 7 gadiem
100router.dat having this in git is probably good pirms 7 gadiem
Makefile having this in git is probably good pirms 7 gadiem
README.txt having this in git is probably good pirms 7 gadiem
argparser.c having this in git is probably good pirms 7 gadiem
argparser.h having this in git is probably good pirms 7 gadiem
martindn.tgz having this in git is probably good pirms 7 gadiem
ruterdrift having this in git is probably good pirms 7 gadiem
ruterdrift.c having this in git is probably good pirms 7 gadiem

README.txt

Usage: 'ruterdrift <file>'
* Type 'help' to get a list of commands and arguments.
* Arguments are separated by space.
* Text in quotes will be interpreted as one argument, even with spaces.
* Boolean arguments are numbers, where 1 is true, 0 is false.

There are some files which are still reachable according to valgrind. All of
those are because I use the readline library; I free all strings after they're
read, and clear the history at the end, but there are still some reachable
bytes allocated by readline, which there's not really anything I can do about.