nardinan / serenity

My multipurpose personal library with an object-oriented style (deprecated, now I'm using Miranda)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SERENITY (ground + structures + structures/crypto + structures/infn)

Build Status

Note: This project has been marked as deprecated. Note: Serenity is a 160 characters-per-row library!

This library provides a support for software development making available to the programmer basic data structures like hash tables, dictionaries, dynamic array and strings (and others). Thanks to the Makefile, this library is installed in /usr/local/lib and /usr/local/include/serenity folders; compile it using:

$ make

$ make install

If you want to compile, for instance, the source tests/test11.c you have to use

$ make tests number=11

Enjoy!

About

My multipurpose personal library with an object-oriented style (deprecated, now I'm using Miranda)


Languages

Language:C 95.2%Language:Makefile 2.0%Language:C++ 1.7%Language:Objective-C 1.1%