12 lines
130 B
C
12 lines
130 B
C
|
#ifndef _AMIGAOS4_H
|
||
|
#define _AMIGAOS4_H
|
||
|
|
||
|
#include <proto/dos.h>
|
||
|
#include <proto/exec.h>
|
||
|
|
||
|
|
||
|
char *_fullpath(const char *);
|
||
|
|
||
|
|
||
|
#endif
|