Skip to content

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.

Notifications You must be signed in to change notification settings

sdummett-at-42/libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libasm

TODO

  • 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

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.

Topics

Resources

Stars

Watchers

Forks