No description
Find a file
2018-02-08 23:18:39 +01:00
src changed structure; seperate types 2018-02-08 23:18:39 +01:00
.gitignore updated gitignore 2018-02-08 18:41:39 +01:00
configure.ac program structure (init, loop, ...) event handling, timer, error handling 2018-02-08 18:26:14 +01:00
LICENSE Initial commit 2018-02-07 22:44:39 +01:00
Makefile.am program structure (init, loop, ...) event handling, timer, error handling 2018-02-08 18:26:14 +01:00
README.md added fault tolerant malloc/realloc wrapper 2018-02-08 22:16:26 +01:00

seaboot - Bootstrap C-Projects

What is this?

Another library to simplify developement of C programs.

How do I use this?

Make sure you got autotools installed.

First update the generated configuration files

$ autoreconf --install

Then run the ./configure script:

$ ./configure

The last step is to build both the library and the example program.

$ make

The compiled files are in ./bin/.

TODO

  • automated getopt-wrapper (ev with help message generator)
  • simplified socket-management
  • simplified process-management (fork/exec, shm, semaphores, pthread, ...)