- Add make tests
- Write unit test for ft_read
- Write unit test for ft_strcmp
- Write unit test for ft_strcpy
- Write unit test for ft_strdup
- Write unit test for ft_strlen
- Write unit test for ft_write
- Set errno
-
Notifications
You must be signed in to change notification settings - Fork 0
The project involves implementing a library in x86-64 Assembly language that provides alternative implementations of several standard library functions, including strlen, strcpy, strcmp, write, read, and strdup.
sdummett-at-42/libasm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The project involves implementing a library in x86-64 Assembly language that provides alternative implementations of several standard library functions, including strlen, strcpy, strcmp, write, read, and strdup.