Skip to content

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.

#define sisdyna(s) cf_string_is_dynamic(s)
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.

sdyna
sstatic
sset
spush