-
Notifications
You must be signed in to change notification settings - Fork 0
beannayak/libString
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
While doing projects using string in c
I feel short of function similar to string.split()
so I created the function and many other which are
useful while doing some projects in string manipulation in C.
Check what are the function included in include\myString.h
USE
just put the lib and include folder in your gcc's lib and include
use #include <myString.h>
compile using -lstring
$ gcc -o main.out main.c -lstring
About
This is a library I created to use functions like split, indexOf, etc. to manipulate string.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published