_ustrdup - Man Page
Duplicates a string with a custom memory allocator. Allegro game programming library.
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.
See Also
Referenced By
version 4.4.3 Allegro manual