feda/lib/sue
2026-03-19 06:21:19 +05:00
..
demo 0.0.40 2026-03-19 06:21:19 +05:00
Makefile 0.0.40 2026-03-19 06:21:19 +05:00
README 0.0.40 2026-03-19 06:21:19 +05:00
sue_adfl.c 0.0.40 2026-03-19 06:21:19 +05:00
sue_aloc.c 0.0.40 2026-03-19 06:21:19 +05:00
sue_aloc.h 0.0.40 2026-03-19 06:21:19 +05:00
sue_base.c 0.0.40 2026-03-19 06:21:19 +05:00
sue_base.h 0.0.40 2026-03-19 06:21:19 +05:00
sue_sigs.c 0.0.40 2026-03-19 06:21:19 +05:00
sue_sigs.h 0.0.40 2026-03-19 06:21:19 +05:00
Version 0.0.40 2026-03-19 06:21:19 +05:00

The previous versions of the SUE (Simple Unix Events) library were written
in C++; the latest of them is 0.3.*.

This version (the 0.4.*) is intended to become (partially) compatible with
the older versions one day by providing the appropriate C++ wrappers.
However, the main intention was to reimplement this library in plain C to
let plain C projects use it.  It is still object-oriented to some extent.
Reimplementation of all the features of the former SUE and implementation
of the C++ classes to serve as the wrappers is still to be done; consider
all this as a work-in-progress.

The author doesn't know anything about third-party projects using SUE, so
considered breaking the backwards compatibility for some time not a real
problem.  If, however, you need the C++ version, please use the 0.3.* as of
now.