mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove our own prototype for sprintf(); ref #1223
This commit is contained in:
+1
-4
@@ -12,10 +12,7 @@
|
||||
#include "mruby/irep.h"
|
||||
#include "mruby/numeric.h"
|
||||
|
||||
int sprintf(char*, const char*, ...);
|
||||
|
||||
static size_t
|
||||
get_irep_record_size(mrb_state *mrb, mrb_irep *irep);
|
||||
static size_t get_irep_record_size(mrb_state *mrb, mrb_irep *irep);
|
||||
|
||||
static uint32_t
|
||||
get_irep_header_size(mrb_state *mrb)
|
||||
|
||||
Reference in New Issue
Block a user