CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
strtest.h
1#pragma once
2
3#include <cx/string/strbase.h>
4
5CX_C_BEGIN
6
7// These functions are hooks for the test suite and should not be used in production code!
8int strTestRefCount(_In_opt_ strref s);
9int strTestRopeDepth(_In_opt_ strref s);
10bool strTestRopeNode(_Inout_ strhandle o, _In_opt_ strref s, bool left);
11
12CX_C_END
string * strhandle
Pointer to a string variable.
Definition strbase.h:64
Core string types and fundamental operations.