SYNOPSIS

#include <allegro.h>

char *_ustrdup(const char *src, void* (*malloc_func)(size_t))

DESCRIPTION

Does the same as ustrdup(), but allows the user to specify a custom memory allocator function.

RELATED TO _ustrdup…

ustrdup(3alleg4), uconvert(3alleg4), ustrsize(3alleg4), ustrsizez(3alleg4)