Humble script for creating the port's snapshots.
[AROS.git] / test / library / peropenertest_child.c
blob442aa322083262db0a6261f5408be2cf26d39d4e
1 /*
2 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #include <proto/dos.h>
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()
17 return 0;