Mouselib
A small C library that I wrote for x86 (32 and 64 bit) systems. It has basic math functions and data types.
What makes it different?
Mouselib is designed to be easily portable across 32 and 64 bit systems.
How do I compile Mouselib?
To compile Mouselib make sure you have gcc, and run the makefile (by typing make
in the terminal) in the "src" folder.
Where are the functions defined?
In a file called Functions.txt
Is it under a license?
Yup! MIT License (Look at the file called LICENSE)
Can I test it?
Absolutely! Check under the "tests" folder! It even has instructions!