Workbook: big pile of rendering cleanups
[AROS.git] / test / true.c
blobf2fb0ea1abb5acea796e1e28a82a00af2ef600c1
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 #define NOLIBINLINE
10 #include <proto/exec.h>
12 /* Smallest possible AROS program */
13 AROS_ENTRY(__startup ULONG, True,
14 AROS_UFHA(char *, argstr, A0),
15 AROS_UFHA(ULONG, argsize, D0),
16 struct ExecBase *, sBase)
18 AROS_USERFUNC_INIT
20 return 0;
22 AROS_USERFUNC_EXIT