tr_store.h 126 B

12345678910
  1. #ifndef tr_store_H_INCLUDED
  2. #define tr_store_H_INCLUDED
  3. int tr_store_init(mrb_state * mrb, struct RClass * eru);
  4. #endif