Skip to content

Latest commit

 

History

History

catastring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

catastring

String implementation in C. Created for using in development of Cata Programming Language but can be used in other cases

Usage

Just include catastring.h in your project

#include "path/to/file/catastring.h" // if not in the same directory
#include "catastring.h" // if in the same directory