Skip to content

cf_string_is_dynamic

Category: string
GitHub: cute_string.h


Checks if a C string is a dynamic string from this API.

#define cf_string_is_dynamic(s) sisdyna(s)
Parameters Description
s The string. Can be NULL.

Return Value

Returns true if s is a dynamically allocated string.

Remarks

Shortform: sisdyna(s).

cf_string_static
cf_string_free