Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / compiler / c_lib / source / include / pragma / example_lib.h
blobef87c566f5bdf1120c8cf0ced89431cf396f83b3
1 #ifndef _INCLUDE_PRAGMA_EXAMPLE_LIB_H
2 #define _INCLUDE_PRAGMA_EXAMPLE_LIB_H
4 #ifndef CLIB_EXAMPLE_PROTOS_H
5 #include <clib/Example_protos.h>
6 #endif
8 #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
9 #pragma amicall(ExampleBase,0x01E,EXF_TestRequest(d1,d2,d3))
10 #endif
11 #if defined(_DCC) || defined(__SASC)
12 #pragma libcall ExampleBase EXF_TestRequest 01E 32103
13 #endif
14 #ifdef __STORM__
15 #endif
16 #ifdef __SASC_60
17 #endif
19 #endif /* _INCLUDE_PRAGMA_EXAMPLE_LIB_H */