DEBSOURCES
Skip Quicknav
sources / ruby-graphql / 2.2.17-1 / graphql-c_parser / ext / graphql_c_parser_ext / lexer.h
123456
#ifndef Graphql_lexer_h #define Graphql_lexer_h #include <ruby.h> VALUE tokenize(VALUE query_rbstr); void setup_static_token_variables(); #endif