logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

_ustrdup - Duplicates a string with a custom memory allocator. Allegro game programming library.

Description

       Does the same as ustrdup(), but allows the user to specify a custom memory allocator function.

Name

       _ustrdup - Duplicates a string with a custom memory allocator. Allegro game programming library.

See Also

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

Allegro                                           version 4.4.3                                _ustrdup(3alleg4)

Synopsis

#include<allegro.h>char*_ustrdup(constchar*src,void*(*malloc_func)(size_t))

See Also