| 155 | |
| 156 | #ifndef NULLC_NO_EXECUTOR |
| 157 | void nullcSetGlobalMemoryLimit(unsigned int limit) |
| 158 | { |
| 159 | NULLC::SetGlobalLimit(limit); |
| 160 | } |
| 161 | #endif |
| 162 | |
| 163 | nullres nullcBindModuleFunction(const char* module, void (NCDECL *ptr)(), const char* name, int index) |