Serd C API¶
-
uint32_t
SerdNodeFlags
¶ Bitwise OR of SerdNodeFlag values.
-
void
serd_free
(void *ptr)¶ Free memory allocated by Serd.
This function exists because some systems require memory allocated by a library to be freed by code in the same library. It is otherwise equivalent to the standard C free() function.