LitheServe httpd,
a cross-platform webserver written in C.
A very minimal and entirely cross-platform webserver designed with
embedded applications in mind.
- Features an incredibly small memory footprint.
- Maintable use of pre-processor macros to maximize portability.
- Retains responsiveness without the use of forking or threading.
Bitfield,
a cross-platform proof-of-concept written in C.
A small proof-of-concept library written in C that demonstrates object
orientation and boolean data storage.
- Uses structures and function pointers to emulate C++ classes in C.