2 * Copyright (C) 2012, The AROS Development Team
4 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
9 #include <exec/types.h>
10 #include <exec/execbase.h>
12 #include <aros/asmcall.h>
14 /* Smallest possible AROS program */
15 __startup
AROS_PROCH(True
, argstr
, argsize
, sBase
)
19 return (sBase
!= 0) ? RETURN_OK
: RETURN_FAIL
;