10 lines
120 B
C
10 lines
120 B
C
#ifndef STDLIB_H
|
|
#define STDLIB_H
|
|
|
|
#include <mm/mm.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <types.h>
|
|
|
|
#endif
|