source: EcnlProtoTool/trunk/prototool/src/apiprint.h@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 222 bytes
RevLine 
[279]1/*
2 * apiprint.h
3 */
4
5#ifndef APIPRINT_H_
6#define APIPRINT_H_
7
[439]8#include <mruby.h>
[279]9#include "mrdb.h"
10
[439]11mrb_value mrb_debug_eval(mrb_state*, mrb_debug_context*, const char*, size_t, mrb_bool*, int);
[279]12
13#endif /* APIPRINT_H_ */
Note: See TracBrowser for help on using the repository browser.