10 lines
160 B
C
10 lines
160 B
C
#ifndef __MDE_MACHDEP_H__
|
|
#define __MDE_MACHDEP_H__
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
#endif
|