root/plugin-factory/user-custom.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. parser

   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 }

/* [previous][next][first][last][top][bottom][index][help] */