diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-10 23:11:01 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-10 23:11:01 -0400 |
commit | ec34e9ce8a380df87dbf5b455b62e805c00ca8d3 (patch) | |
tree | f1ba6e9ae5d375d665cb40c83ab83db084c86003 /LICENSE | |
parent | 88fa909c3cf3c63780feaa5ba92d8bc47f361d63 (diff) |
Added the `make_str()` function.
This function automatically allocates a string that's
the same size of the supplied string, and copies it to
this newly allocated string, which is then returned.
Since this uses `malloc()`, it must be `free()`'d
after it's been used.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions