gvplain.h 422 B

123456789101112131415161718192021
  1. /* A packrat parser generated by PackCC 1.5.0 */
  2. #ifndef PCC_INCLUDED_GVPLAIN_H
  3. #define PCC_INCLUDED_GVPLAIN_H
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef struct gvplain_context_tag gvplain_context_t;
  8. gvplain_context_t *gvplain_create(void *auxil);
  9. int gvplain_parse(gvplain_context_t *ctx, int *ret);
  10. void gvplain_destroy(gvplain_context_t *ctx);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif /* !PCC_INCLUDED_GVPLAIN_H */