Skip to content

chaotic-binary/libasm

Repository files navigation

libasm

Main part:
• 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)

Bonus part:
• ft_atoi_base
• ft_list_push_front
• ft_list_size
• ft_list_sort
• ft_list_remove_if

Requirements: MacOS, nasm installed
Run make to build main part, make test to build and run test for this module
Rub make bonus to build bonus part, make testb to build and run test for this module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published