added todos to readme

This commit is contained in:
overflowerror 2018-02-08 18:52:53 +01:00
parent 79ba669ede
commit e441b19838

View file

@ -25,3 +25,10 @@ $ make
```
The compiled files are in `./bin/`.
## TODO
- fail-tollerant wrappers for malloc/realloc
- automated getopt-wrapper (ev with help message generator)
- simplified socket-management
- simplified process-management (fork/exec, shm, semaphores, pthread, ...)