You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small C library implemented entirely in x86-64 assembly. Includes functions like ft_strlen, ft_strcpy, ft_strcmp, ft_write, ft_read, and ft_strdup. Teaches system calls, assembly programming, and low-level libc mechanics on Linux.