Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanct/sglib
SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)
https://github.com/stefanct/sglib
Last synced: 1 day ago
JSON representation
SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)
- Host: GitHub
- URL: https://github.com/stefanct/sglib
- Owner: stefanct
- Created: 2013-03-02T15:30:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:08:39.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:05:49.551Z (3 months ago)
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 177
- Watchers: 15
- Forks: 55
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.