mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
b440ae74fb
* MSL_C/string.h * MSL_C/stdlib.h
11 lines
263 B
C
11 lines
263 B
C
#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
|