A collection of various drop-in helper functions; AKA auxiliary C/С++ library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kasianov Nikolai Alekseevich 15c89a56f6 Updated libpath 1 year ago
src Updated libpath 1 year ago
testing Updated libpath 1 year ago
.gitignore Vector math ! 2 years ago
LICENSE Added cvec 1 year ago
Makefile No need to link math library now; Added abs, pow, sqrt alternatives for projects with no stdlib 1 year ago
README.md Updated README 1 year ago

README.md

AUXILIB

A collection of various drop-in helper functions; AKA auxiliary C/С++ library

Build

make lib or, if you don't have make or don't use gcc - translate the "lib" recipe into what works best for you, ie: gcc -Wall -Werror -O2 -shared src/*/*.c -o auxilib

Use

Either

  • Build the library as a whole separately and use that

or

  • Copy header(s) with implementation file(s) with needed functionality to your project

or

  • Copy code from each implementation file of your choosing to your code; it does not cross-depends on other auxilib header files and is self-standing

License

Currently auxilib uses MIT license.

You're free to do anything you want, just don't forget to include a notice !