123456789101112131415161718192021 |
- /* A packrat parser generated by PackCC 1.5.0 */
- #ifndef PCC_INCLUDED_GV_H
- #define PCC_INCLUDED_GV_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- typedef struct gv_context_tag gv_context_t;
- gv_context_t *gv_create(void *auxil);
- int gv_parse(gv_context_t *ctx, int *ret);
- void gv_destroy(gv_context_t *ctx);
- #ifdef __cplusplus
- }
- #endif
- #endif /* !PCC_INCLUDED_GV_H */
|