Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 227 Bytes

File metadata and controls

16 lines (9 loc) · 227 Bytes

UTILC

Library of useful tools in C

Install

Clone the git repository Go in the directory you just clone and : make

Include

#include <utils/xxx.h> where xxx is the header you need.

Linking

Add the flag -lutilc