simple C utils
A small collection of C utilities working on POSIX/WIN32
This is just some small utilities in C that I use and re-use in different projects.
They are self-contained (except that most depend upon CUtils).
It can compile and work on Linux and WIN32, most probably on any POSIX system, too.
For now it contains:
- CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser
- CNet: a simple message passing library for C
- jCNet: a compatible CNet lib for Java
- CSNet: a compatible CNet lib for C#
- CPano: an equirectangular...