| 300 | } |
| 301 | |
| 302 | const char* nullcGetTypeName(unsigned int typeID) |
| 303 | { |
| 304 | assert(NULLCTypeInfo::linker); |
| 305 | return &NULLCTypeInfo::linker->exSymbols[NULLCTypeInfo::linker->exTypes[typeID].offsetToName]; |
| 306 | } |
| 307 | |
| 308 | unsigned int nullcGetFunctionType(unsigned int funcID) |
| 309 | { |
no test coverage detected