aros/symbolsets.h: indentation
[AROS.git] / test / library / getparentbase.c
blob06eab90a95e846ed2e4b0698a313b3a6a59fa028
1 /*
2 Copyright © 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #include <exec/libraries.h>
6 #include <aros/libcall.h>
8 #include LC_LIBDEFS_FILE
10 AROS_LH0(struct Library *, GetParentBase,
11 struct Library *, PertaskBase, 5, Pertask
14 AROS_LIBFUNC_INIT
16 return __GM_GetBaseParent(PertaskBase);
18 AROS_LIBFUNC_EXIT