Skip to content

nalinahuja/cstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

cstring

cstring is a thread safe library written in C that allows programmers to create and build strings in a similar fashion to higher level programming languages. Memory for each string is tracked by the library, thus requiring no manual memory management for any strings created. All attributes of each string are accesible to the programmer and can be safely accessed and modified using the appropriate library functions. Programmers also have support from the library's built in argument validation which is able to catch potentially fatal errors related to cstring function calls before they can happen, thereby simplifying the debugging process.

The cstring library can be used by including it in any C program as #include "cstring.h" and compiling it as part of your build.

About

string data type for C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages