8000 GitHub - traqueur28/libasm: Project_42: libasm. Create library in asm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

traqueur28/libasm

< C6C9 /div>

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libasm

Project_42: libasm.

Personnal tester

  • git clone my project
  • Put your libasm.a in my directory
  • make tester

Mandatory

Create library in asm with following functions:

  • ft_strlen (man 3 strlen)
  • ft_strcpy (man 3 strcpy)
  • ft_strcmp (man 3 strcmp)
  • ft_write (man 2 write)
  • ft_read (man 2 read)
  • ft_strdup (man 3 strdup, you can call to malloc)

Bonus

  • ft_atoi_base (like the one in the piscine)
  • ft_list_push_front (like the one in the piscine)
  • ft_list_size (like the one in the piscine)
  • ft_list_sort (like the one in the piscine)
  • ft_list_remove_if (like the one in the piscine)

About

Project_42: libasm. Create library in asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0