diff options
author | David Robillard <d@drobilla.net> | 2024-11-17 11:52:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 19:05:31 -0500 |
commit | 70219375f00c65757324dcee4efaccc5e5006449 (patch) | |
tree | 9fb21b1f4722e20b9d3a32d210a6f6bc1391b702 /src/string_utils.h | |
parent | 7a50916e648ac6065277b7b16a28ba876436cf24 (diff) | |
download | jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.gz jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.bz2 jalv-70219375f00c65757324dcee4efaccc5e5006449.zip |
Improve header documentation
Diffstat (limited to 'src/string_utils.h')
-rw-r--r-- | src/string_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_utils.h b/src/string_utils.h index 53f09fd..d99e10e 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -6,6 +6,7 @@ #include "attributes.h" +// String utilities JALV_BEGIN_DECLS /// Return a newly allocated copy of a string |