flib
flib is a very simple lib (and for personal usage) containing useful and common functions i usually need when coding in c. these files are distributed as it, use at your own risk.
files
- util.c: general utility functions/macros.
- text.c: contains useful functions for dealing with text, such as repeat text, replace text, erase, etc.
- vec.c: basic functions for dealing with vectors (of 4 dimensions) such as calculate distance, angles, etc.
- vecn.c: experimental. allows to use vector with n dimensions.