Build FileSystem.resource for sam port.
[AROS.git] / compiler / startup / startup.h
blob766eac37354de2926be51e3faf852742fa3bc30e
1 #ifndef __AROS_STARTUP_H
2 #define __AROS_STARTUP_H
4 #include <setjmp.h>
5 #include <proto/exec.h>
6 #include <aros/symbolsets.h>
8 extern char *__argstr;
9 extern ULONG __argsize;
10 extern char **__argv;
11 extern int __argc;
12 struct WBStartup;
13 extern struct WBStartup *WBenchMsg;
15 extern LONG __startup_error;
17 DECLARESET(PROGRAM_ENTRIES);
18 void __startup_entries_next(void);
20 #endif /* !__AROS_STARTUP_H */