l3tde/include/l3tde/util/string.h

6 lines
92 B
C

#pragma once
#include <stddef.h>
char *
copy_string (const char *input, size_t input_len);