| 306 | } |
| 307 | |
| 308 | unsigned int nullcGetFunctionType(unsigned int funcID) |
| 309 | { |
| 310 | assert(NULLCTypeInfo::linker); |
| 311 | return NULLCTypeInfo::linker->exFunctions[funcID].funcType; |
| 312 | } |
| 313 | |
| 314 | const char* nullcGetFunctionName(unsigned int funcID) |
| 315 | { |
no test coverage detected