Today I had a good deal of boring things to do, and I wont talk about them :)
In the remaining time, I've started to put together (and almost finished) a small C library to parse the command line (similar in spirit to getopt() and getopt_long()). Why ? Because I don't like getopt() and getopt_long(), and also because having my own small lib, I can integrate it in elastiC with not too much hassle, and avoid depending on undependable libc features. Stay tuned.
