mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix Unknown tag error
This commit is contained in:
+1
-1
@@ -762,7 +762,7 @@ MRB_API void mrb_close(mrb_state *mrb);
|
||||
/**
|
||||
* The default allocation function.
|
||||
*
|
||||
* @ref mrb_allocf
|
||||
* @see mrb_allocf
|
||||
*/
|
||||
MRB_API void* mrb_default_allocf(mrb_state*, void*, size_t, void*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user