Skip to content

lincketheo/c_dynamic_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 0.0.1

A doubling string library. As strings grow, internal buffer doubles in length.

Usage:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./main
$ ./test

The main object you're working with is string See main.c for an example of usage

About

A Dynamic String Library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published