Skip to content

bvssvni/stringbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringbuf

Efficient ref garbage collected string buffer in C.

A string buffer is necessary when generating text files from C.

Two methods:

<buf> stringbuf_New(<capacity>)

stringbuf_Append(<buf>, <string>)

The size is doubled each time it expands.

About

Efficient ref garbage collected string buffer in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages