sisdyna¶
Category: string
GitHub: cute_string.h
Checks to see if a C string is a dynamic string from Cute Framework's string API, or not.
Parameters | Description |
---|---|
s | The string. Can be NULL . |
Return Value¶
Returns true if s
is a dynamically alloced string from this C string API.
Remarks¶
This can be evaluated at compile time for string literals.