Skip to content

kvong/DynamicString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Dynamic C-String Manipulator

Description:

  • This is a dynamic C-string library I created to do string manipulation through char *, as C language does not provide a library for such thing.

  • Functions includes:

    • Tokenizer from char* to char**.
    • Read entire file into char*.
    • Get tokenized char** length.
    • Get length of char*.
    • Get number of lines in a file.
    • Read a specific line in a file.

About

Dynamic string allocation library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages