lite-xl/src/platform/amigaos4.h

13 lines
131 B
C

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