Skip to content

QuentinRdl/StringLibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published