#include <dex.h>
Public Attributes | |
dx_uint | cnt |
char | s [1] |
Represents a reference counted string used throughout the api. Do not modify these structures directly. Use dxc_induct_str to make a ref_str out of an existing char* or use dxc_copy_str to increment the refrence count and use dxc_free_str to decrement the reference count and possibly free the pointer.