summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:11:01 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:11:01 -0400
commitec34e9ce8a380df87dbf5b455b62e805c00ca8d3 (patch)
treef1ba6e9ae5d375d665cb40c83ab83db084c86003 /Makefile
parent88fa909c3cf3c63780feaa5ba92d8bc47f361d63 (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 'Makefile')
0 files changed, 0 insertions, 0 deletions