c-utils
strdup (v0.0.1)
Use strdup in C<23 where it’s not available.
#include
"strdup.h"
char
*
hello
=
strdup
(
"hi!"
);