【新增】 tcc环境

This commit is contained in:
dlaren
2025-08-21 13:18:06 +08:00
parent fea4fe6192
commit 1513c43734
100 changed files with 42487 additions and 0 deletions

13
tcc/include/mem.h Normal file
View File

@@ -0,0 +1,13 @@
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
/*
* This file is part of the Mingw32 package.
*
* mem.h maps to string.h
*/
#ifndef __STRICT_ANSI__
#include <string.h>
#endif