mirror of
https://github.com/zeldaret/ss
synced 2026-08-10 03:05:33 -04:00
Re-import MSL_C from TP
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user