9 lines
137 B
C
9 lines
137 B
C
|
|
/* $Id$ */
|
||
|
|
#ifndef __MILSKO_MACHDEP_H__
|
||
|
|
#define __MILSKO_MACHDEP_H__
|
||
|
|
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <string.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#endif
|