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

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

ファイルを追加、更新。

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