Shih-wei Liao | 77ed614 | 2010-04-07 12:21:42 -0700 | [diff] [blame] | 1 | #ifndef _BCC_RUNTIME_H_ |
2 | # define _BCC_RUNTIME_H_ | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
Shih-wei Liao | 77ed614 | 2010-04-07 12:21:42 -0700 | [diff] [blame] | 8 | void* FindRuntimeFunction(const char* Name); |
Shih-wei Liao | abd1e3d | 2010-04-28 01:47:00 -0700 | [diff] [blame] | 9 | void VerifyRuntimesTable(); |
Shih-wei Liao | 77ed614 | 2010-04-07 12:21:42 -0700 | [diff] [blame] | 10 | |
11 | #ifdef __cplusplus | ||||
12 | }; | ||||
13 | #endif | ||||
14 | |||||
15 | #endif /* _BCC_RUNTIME_H_ */ |