emul-handler: fh_Arg1 should be the only element of struct FileHandle touched during...
[AROS.git] / test / true.c
blobbeaf3943dd8560f3fdf34e5ed58023948a0de902
1 /*
2 * Copyright (C) 2012, The AROS Development Team
3 * All right reserved.
4 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
7 */
9 #include <exec/types.h>
10 #include <exec/execbase.h>
11 #include <dos/dos.h>
12 #include <aros/asmcall.h>
14 /* Smallest possible AROS program */
15 __startup AROS_PROCH(True, argstr, argsize, sBase)
17 AROS_PROCFUNC_INIT
19 return (sBase != 0) ? RETURN_OK : RETURN_FAIL;
21 AROS_PROCFUNC_EXIT