Files
mm/include/global.h
T
2020-06-23 10:55:11 -04:00

12 lines
172 B
C

#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "macros.h"
#include "structs.h"
#include "functions.h"
#include "regs.h"
#include "variables.h"
#include "macros.h"
#endif