ustrdup(3alleg4) debian man page | unix.com

Man Page: ustrdup

Operating Environment: debian

Section: 3alleg4

ustrdup(3alleg4)						  Allegro manual						  ustrdup(3alleg4)

NAME
ustrdup - Duplicates a string. Allegro game programming library.
SYNOPSIS
#include <allegro.h> char *ustrdup(const char *src)
DESCRIPTION
This functions copies the null-terminated string `src' into a newly allocated area of memory, effectively duplicating it. Example: void manipulate_string(const char *input_string) { char *temp_buffer = ustrdup(input_string); /* Now we can modify temp_buffer */ ...
RETURN VALUE
Returns the newly allocated string. This memory must be freed by the caller. Returns NULL if it cannot allocate space for the duplicated string.
SEE ALSO
_ustrdup(3alleg4), uconvert(3alleg4), ustrsize(3alleg4), ustrsizez(3alleg4), exconfig(3alleg4) Allegro version 4.4.2 ustrdup(3alleg4)
Related Man Pages
exconfig(3alleg4) - debian
ustrtok(3alleg4) - netbsd
exconfig(3alleg4) - suse
exconfig(3alleg4) - php
exconfig(3alleg4) - redhat
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections