Home
last modified time | relevance | path

Searched refs:_cstack_t (Results 1 – 1 of 1) sorted by relevance

/dports/misc/mdp/mdp-1.0.15/include/
H A Dcstack.h43 typedef struct _cstack_t { struct
48 void (*push)(struct _cstack_t *self, wchar_t c); argument
49 wchar_t (*pop)(struct _cstack_t *self); argument
50 bool (*top)(struct _cstack_t *self, wchar_t c); argument
51 bool (*empty)(struct _cstack_t *self); argument
52 void (*delete)(struct _cstack_t *self); argument