1_ustrdup(3) Allegro manual _ustrdup(3)
23
4
NAME
6_ustrdup - Duplicates a string with a custom memory allocator. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
char *_ustrdup(const char *src, void* (*malloc_func)(size_t))
14
DESCRIPTION
16Does the same as ustrdup(), but allows the user to specify a custom
17memory allocator function.
1819
SEE ALSO
21ustrdup(3), uconvert(3), ustrsize(3), ustrsizez(3)
2223
24
25
Allegro version 4.2.3 _ustrdup(3)