9 lines
140 B
C
9 lines
140 B
C
#ifndef __MDE_MACHDEP_H__
|
|
#define __MDE_MACHDEP_H__
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
|
|
#endif
|