FreeBSD Manual Pages
_ustrdup(3) Allegro manual _ustrdup(3) 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)) 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) Allegro version 4.4.3 _ustrdup(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=_ustrdup&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
