diff options
| author | robojumper <robojumper@gmail.com> | 2026-05-31 18:08:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 18:08:09 +0200 |
| commit | 560ff1832045cda4247db542c8dacfd2e614d9dc (patch) | |
| tree | a18c851ac393218e8b88f7cd90c3fdd5574ba063 /include/sized_string.h | |
| parent | 31423c25ae448ddf8c4c6c8577bd76530eb33e02 (diff) | |
| parent | 9b4820921c10c7157b9f21fbf0da0acc93075bcb (diff) | |
Merge pull request #325 from robojumper/reimport-msl-c
Re-import MSL_C from TP
Diffstat (limited to 'include/sized_string.h')
| -rw-r--r-- | include/sized_string.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sized_string.h b/include/sized_string.h index 2bcec9b9..64f2ba27 100644 --- a/include/sized_string.h +++ b/include/sized_string.h @@ -1,11 +1,11 @@ #ifndef SIZED_STRING_H #define SIZED_STRING_H -#include "__va_arg.h" #include "common.h" -#include "string.h" -#include "wstring.h" -#include "printf.h" +#include <stdarg.h> +#include <string.h> +#include <stddef.h> +#include <printf.h> extern "C" bool strequals(const char *a, const char *b); |
