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 6c33ae83e0 Handle file size bigger than 2G 2 years ago
src Handle file size bigger than 2G 2 years ago
testing Handle file size bigger than 2G 2 years ago
.gitignore make test now automatically removes test binary after the testing session 2 years ago
LICENSE Initial commit; Some rng implementations; PPM read/write; endianness swap for 16, 32, 64 bit integers 2 years ago
Makefile Add header files; Merge separate RNG algorithm implementations into one file 2 years ago
README.md Add header files; Merge separate RNG algorithm implementations into one file 2 years 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

  • Compile the library as a whole separately and use that

or

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

License

Currently auxilib uses MIT license.

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