- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / test / library / peropenertest_child.c
blob372c40ffb2ae99dbccf7f3f2af962069f2af93ee
1 /*
2 Copyright © 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #include <proto/dos.h>
6 #include <proto/perid.h>
8 int main (int argc, char ** argv)
10 FPuts(Output(), (STRPTR)"\nTesting perid.library in child\n");
12 FPrintf(Output(), (STRPTR)"base=%lx, parent=%lx\n", PeridBase,
13 GetParentBase()
16 return 0;