CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
strfind.h
1#pragma once
2
3#include <cx/string/strbase.h>
4
5CX_C_BEGIN
6
12
41int32 strFind(_In_opt_ strref s, int32 start, _In_opt_ strref find);
42
75int32 strFindR(_In_opt_ strref s, int32 end, _In_opt_ strref find);
76
78
79CX_C_END
int32 strFindR(strref s, int32 end, strref find)
int32 strFind(strref s, int32 start, strref find)
Core string types and fundamental operations.