diff options
| author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:48:42 -0300 |
|---|---|---|
| committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:48:42 -0300 |
| commit | 5097a1982bb7687b778255c9321407642320d24a (patch) | |
| tree | 23a771f3c613753a594509fe74851eae7b38e61a /plugins/strings | |
| parent | 978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (diff) | |
formatting & tweaks pass
Diffstat (limited to 'plugins/strings')
| -rw-r--r-- | plugins/strings/strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/strings/strings.h b/plugins/strings/strings.h index df08c75..02054d5 100644 --- a/plugins/strings/strings.h +++ b/plugins/strings/strings.h @@ -1,2 +1,4 @@ +#pragma once + void str_init(char* str, int n); int str_replace_start(const char* string, const char* target, const char* replacement, char* output); |
