Skip to content

hujh08/cstrlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

some useful string functions that are not included in the C string library

strindex

int strindex(const char *s, char c)

index of first occurrence of c in s

About

some useful string functions which are not included in C standard library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published