Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>handle_strdup</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
handle_strdup

Usage

   #include <handle.h>
   char __handle *handle_strdup(char __handle *hptr);

Description

   Uses handle_malloc to allocate a block of memory in handle space, and
   then makes a copy of the string pointed to by the __handle pointer hptr
   in the allocated memory.

Return Value


   A __handle pointer to the duplicated string.

See Also

   handle_malloc, strdup



See Also: handle_malloc strdup

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson