lite-xl/src/platform/morphos.h

10 lines
126 B
C
Executable File

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