8000 GitHub - itiel/dyn-str: A simple C library for working with dynamically allocated strings.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

itiel/dyn-str

< 8000 button type="button" aria-haspopup="true" aria-expanded="false" tabindex="0" class="prc-Button-ButtonBase-c50BI" data-loading="false" data-size="medium" data-variant="primary" aria-describedby=":R55ab:-loading-announcement" id=":R55ab:">Code

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

0