lite-xl/src/platform/amigaos4.h

12 lines
130 B
C

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