atzimas / libstructs

A shareable library that implements common data structures for programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libstructs

libstructs is a shareable library that exposes common data structures to be used in other C applications.

Building from source

Prerequisites for building the shareable library:

  • gcc: libstructs is written in C99 and it should be compilable by most C compilers.
  • glibc: as of now, some data structures depend upon glibc, primarly for memory allocations.
  • make: it is recommended to use GNU Make for automating the building process.

Building:

  • Change directory to the libstructs directory.
  • Run GNU Make by invoking: make or make all.

About

A shareable library that implements common data structures for programming.

License:MIT License


Languages

Language:C 90.6%Language:Makefile 9.4%