source: EcnlProtoTool/trunk/mruby-1.2.0/mrbgems/mruby-random/src/random.h@ 270

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 164 bytes
Line 
1/*
2** random.h - Random module
3**
4** See Copyright Notice in mruby.h
5*/
6
7#ifndef RANDOM_H
8#define RANDOM_H
9
10void mrb_mruby_random_gem_init(mrb_state *mrb);
11
12#endif
Note: See TracBrowser for help on using the repository browser.