LIBWS_FREE

LIBWS_FREE

Defines the free function used by libws at compile time.

void my_free(void* ptr)
{
    // do something
}

#define LIBWS_FREE my_free