|
NAME_ustrdup - 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)) DESCRIPTIONDoes the same as ustrdup(), but allows the user to specify a custom memory allocator function.SEE ALSOustrdup(3), uconvert(3), ustrsize(3), ustrsizez(3)
Visit the GSP FreeBSD Man Page Interface. |