123456789101112131415161718192021 |
- /* A packrat parser generated by PackCC 1.5.0 */
- #ifndef PCC_INCLUDED_GVPLAIN_H
- #define PCC_INCLUDED_GVPLAIN_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- typedef struct gvplain_context_tag gvplain_context_t;
- gvplain_context_t *gvplain_create(void *auxil);
- int gvplain_parse(gvplain_context_t *ctx, int *ret);
- void gvplain_destroy(gvplain_context_t *ctx);
- #ifdef __cplusplus
- }
- #endif
- #endif /* !PCC_INCLUDED_GVPLAIN_H */
|