Main index | Section 3 | Options |
#include <string.h>
If insufficient memory is available, NULL is returned and errno is set to ENOMEM.
The strndup() function copies at most len characters from the string str always NUL terminating the copied string.
STRDUP (3) | June 6, 2018 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | The most important thing in the programming language is the name. A language will not succeed without a good name. I have recently invented a very good name and now I am looking for a suitable language. | ” |
— Donald Knuth |