18 lines
320 B
C
18 lines
320 B
C
#ifndef _AMIGAOS4_H
|
|
#define _AMIGAOS4_H
|
|
|
|
#include <proto/dos.h>
|
|
#include <proto/exec.h>
|
|
|
|
#define VSTRING "Lite XL OS4 2.0.3r1 (30.04.2022)"
|
|
#define VERSTAG "\0$VER: " VSTRING
|
|
|
|
static CONST_STRPTR stack USED = "$STACK:102400";
|
|
static CONST_STRPTR version USED = VERSTAG;
|
|
|
|
char *_fullpath(const char *);
|
|
|
|
|
|
#endif
|
|
|