|
|
Copyright 1991 David Jurgens |
char *strdup( const char *str )
- prototype in string.h
- duplicates str, getting space with a call to malloc()
- returns pointer to duplicated string, or NULL if space could not
be allocated
|
|
Esc or Alt-X to exit |
strdup |
Home/PgUp/PgDn/End ←↑↓→ |