$darkmode
Herb C Reference
ruby_parser.h
Go to the documentation of this file.
1 #ifndef HERB_RUBY_PARSER_H
2 #define HERB_RUBY_PARSER_H
3 
4 void herb_parse_ruby_to_stdout(char* source);
5 
6 #endif
void herb_parse_ruby_to_stdout(char *source)
Definition: ruby_parser.c:23