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
StringLib is a simple C library developed as a student project to provide fundamental routines for handling C-style strings and characters. It includes functions for measuring length, copying, comparing, concatenating, trimming, splitting, and basic character checks or conversions.
Got 19.9/20 as a final score, because G++ didn't warn me that I had an unused variable smh