2 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
6 #include <proto/pertask.h>
8 int main (int argc
, char ** argv
)
10 FPuts(Output(), (STRPTR
)"\nTesting pertask.library in child\n");
12 FPrintf(Output(), (STRPTR
)"base=%lx, parent=%lx, parent2=%lx\n",
13 __aros_getbase_PertaskBase(),
14 GetParentBase(), GetParentBase2()