summaryrefslogtreecommitdiff
path: root/include/MSL_C/stdlib.h
blob: d4d322252ef96de6af8fdc8bfd63e5b781a4e6cb (plain)
1
2
3
4
5
6
7
8
9
#ifndef MSL_STDLIB_H_
#define MSL_STDLIB_H_

#include "MSL_C/MSL_Common/Src/abort_exit.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