* MSL_C/string.h

* MSL_C/stdlib.h
This commit is contained in:
Jcw87
2023-04-24 15:28:31 -07:00
committed by GitHub
parent e1a0f636e5
commit b440ae74fb
60 changed files with 73 additions and 73 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef MSL_STDLIB_H_
#define MSL_STDLIB_H_
#include "MSL_C/MSL_Common/Src/abort_exit.h"
#include "MSL_C/MSL_Common/Src/alloc.h"
#include "MSL_C/MSL_Common/Src/arith.h"
#include "MSL_C/MSL_Common/Src/mbstring.h"
#include "MSL_C/MSL_Common/Src/strtoul.h"
#endif