lite-xl/src/platform/amigaos4.h

12 lines
169 B
C

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