_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

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

Referenced By

ustrdup(3).

version 4.4.3 Allegro manual