.\" Generated by the Allegro makedoc utility .TH _ustrdup 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME _ustrdup \- Duplicates a string with a custom memory allocator. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B char *_ustrdup(const char *src, void* (*malloc_func)(size_t)) .SH DESCRIPTION Does the same as ustrdup(), but allows the user to specify a custom memory allocator function. .SH SEE ALSO .BR ustrdup (3alleg4), .BR uconvert (3alleg4), .BR ustrsize (3alleg4), .BR ustrsizez (3alleg4)