Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / test / library / getparentbase.c
blobce03bff06b121cb1bda925da14304bbeaf4c4d86
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 *, PeridBase, 5, Perid
14 AROS_LIBFUNC_INIT
16 return GM_GETPARENTBASEID2(PeridBase);
18 AROS_LIBFUNC_EXIT