Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

AmiralBl3ndic/CLib_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLib_v2 Library : a C static library

This library is a set of very basic but usefull tools for C developping
Its goal is to ease C development by simplifying repetitive or long tasks like memory gestion

How to use:

  1. Add `CLib_v2.h` and `CLib_v2.a` to your project's folder
  2. Link CLib_v2 to your project by including CLib_v2.h: `#include "CLib_v2.h"`
  3. Compile linking the library
    `gcc file1.c [...] fileN.c CLib_v2.a -o yourExecutable` you may add option `-Wall`