Re-import MSL_C from TP

This commit is contained in:
robojumper
2026-05-31 00:09:11 +02:00
parent 31423c25ae
commit 9b4820921c
185 changed files with 7617 additions and 1992 deletions
+4 -4
View File
@@ -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);