Intel x86_64 assembly implementation of some C standard library functions. (For macOS and 64-bit linux systems.) A project for École 42.
git clone https://github.com/ekelen/libftasm.git <directory>
cd <directory>
make
In source files in the root of the cloned repository:
# include "inc/libfts.h"
libftasm$ make re; make test
libftasm$ ./a.out [-v|--verbose] [function names...]
libtasm$ make fclean