Synopsis
Get a substring of a string
- Version
- 0.1.1
- Source
- stephenmathieson/substr.c
- License
- MIT
API
Details
- substr ()
-
char * substr (const char * , int , int );
Get a substring of a string
char * substr (const char * , int , int );