Skip to content
/ dyn-str Public

A simple C library for working with dynamically allocated strings.

License

Notifications You must be signed in to change notification settings

itiel/dyn-str

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynStr

A simple C library for working with dynamically allocated strings.

Usage

Include the dyn-str.h and dyn-str.c files in your project (located in the lib directory), then compile them with your source files.

For usage examples, please refer to the demo.c and test.c programs provided in the project.

You may compile and execute them like this:

cc -o demo demo.c lib/dyn-str.c && ./demo 

cc -o test test.c lib/dyn-str.c && ./test 

For a more in depth explanation of the API, please refer to the API Reference.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple C library for working with dynamically allocated strings.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages