tr_graph.h 126 B

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