DEBSOURCES
Skip Quicknav
sources / ruby-graphql / 2.2.17-1 / graphql-c_parser / ext / graphql_c_parser_ext / parser.h
12345
#ifndef Graphql_parser_h #define Graphql_parser_h int yyparse(VALUE parser, VALUE filename); void initialize_node_class_variables(); #endif