toruby.h 334 B

1234567891011121314151617181920212223
  1. #ifndef toruby_H_INCLUDED
  2. #define toruby_H_INCLUDED
  3. #include <mruby.h>
  4. /* This file was generated with:
  5. 'cfunctions -c -aoff -n -w toruby_proto src/toruby.c' */
  6. #ifndef CFH_TORUBY_PROTO
  7. #define CFH_TORUBY_PROTO
  8. /* From 'src/toruby.c': */
  9. int tr_init (mrb_state * mrb );
  10. #endif /* CFH_TORUBY_PROTO */
  11. #include "rh.h"
  12. #endif