sfind¶
Category: string
GitHub: cute_string.h
Scanning from left-to-right, returns a pointer to the substring find.
| Parameters | Description |
|---|---|
| s | The string. |
| find | A substring to search for. |
Return Value¶
Returns NULL if not found.
Category: string
GitHub: cute_string.h
Scanning from left-to-right, returns a pointer to the substring find.
| Parameters | Description |
|---|---|
| s | The string. |
| find | A substring to search for. |
Returns NULL if not found.