lite-xl/src/platform/morphos.h

11 lines
146 B
C
Executable File

#ifndef _MORPHOS_H
#define _MORPHOS_H
#include <proto/dos.h>
#include <proto/exec.h>
#include <locale.h>
char *_fullpath(const char *);
#endif