Skip to content

cledant/libftasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libftasm

This 42 project aims to recreate some libc functions using Intel syntax assembly.

Compiling

Install nasm.
You may compile the library libfts.a by running make in libfts.
You may compile the unit test executable main_test by running make in unit_test.

Usage

Include this header in a C project.
#include "libfts.h".