• Stars
    star
    177
  • Rank 215,985 (Top 5 %)
  • Language
    C
  • Created over 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)
This directory contains Sglib - a simple generic library for C. The
distribution contains:

sglib.h - this is the generic library, the file can be directly used,
          or you can move it to your include directory.

doc - directory containing the documentation. The main page of the
      documentation is stored in the doc/index.html.

samples - directory storing simple executable files using sglib.h.
          You can run all  the samples together with self-test routine
          by running make in this directory.