1 #include "parser.h" 2 3 void 4 parser(const struct parser_param *param) 5 { 6 param->warning("This is a skeleton function. Nothing has been implemented yet."); 7 }