-
Notifications
You must be signed in to change notification settings - Fork 0
QuentinRdl/StringLibs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Overview
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
To compile:
make
To run the tests:
./stringslib
To clean the project:
make clean
About
First C project for my third semester at uni.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published