lite-xl/src/platform/amigaos4.h

18 lines
318 B
C
Raw Normal View History

#ifndef _AMIGAOS4_H
#define _AMIGAOS4_H
#include <proto/dos.h>
#include <proto/exec.h>
2022-01-11 21:00:14 +01:00
#define VSTRING "Lite XL 1.16.12.7 (11.01.2022)"
2021-12-26 18:15:22 +01:00
#define VERSTAG "\0$VER: " VSTRING
static CONST_STRPTR stack USED = "$STACK:102400";
static CONST_STRPTR version USED = VERSTAG;
char *_fullpath(const char *);
#endif
2022-01-11 21:00:14 +01:00