| 151 | |
| 152 | |
| 153 | neko_value api_alloc_raw_string(int inLength) |
| 154 | { |
| 155 | CheckInitDynamicNekoLoader(); |
| 156 | return dyn_alloc_empty_string(inLength); |
| 157 | } |
| 158 | |
| 159 | |
| 160 | #define NEKO_NOT_IMPLEMENTED(func) dyn_fail(api_alloc_string("NOT Implemented:" func),__FILE__,__LINE__) |
no test coverage detected