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