1_ustrdup(3)                     Allegro manual                     _ustrdup(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       char *_ustrdup(const char *src, void* (*malloc_func)(size_t))
14

DESCRIPTION

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

SEE ALSO

21       ustrdup(3), uconvert(3), ustrsize(3), ustrsizez(3)
22
23
24
25Allegro                          version 4.4.3                     _ustrdup(3)
Impressum