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 static library for string and memory manipulation. Recreating basic string and memory functions from string.h, ctype.h, stdlib.h using basic funtions from stdlib.h and unistd.h to learn basics of C.