a pretty fun language
Find a file
Laria Carolin Chabowski eea7e8f840 strings: Add apfl_string_blank() and doucment apfl_string_copy()
It's really easy to accidentally pass an uninitialized string as dst into
the copy function, which will result in an free() call to an arbitrary
pointer. Maybe it's a better idea to not deinit the dst string before
copying? The documentation at least makes it more clear and the new
apfl_string_blank() function makes it easy to create an empty string.
2022-01-02 17:01:51 +01:00
examples Initial commit 2021-12-15 21:47:17 +01:00
functional_tests Initial commit 2021-12-15 21:47:17 +01:00
src strings: Add apfl_string_blank() and doucment apfl_string_copy() 2022-01-02 17:01:51 +01:00
.gitignore Initial commit 2021-12-15 21:47:17 +01:00
configure.ac Initial commit 2021-12-15 21:47:17 +01:00
logo.svg Add a logo :) 2022-01-02 16:45:21 +01:00
Makefile.am Initial commit 2021-12-15 21:47:17 +01:00