lite-xl/src/platform/amigaos4.h

11 lines
129 B
C

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