wlmaker
Loading...
Searching...
No Matches
parser.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMCFG_PARSER_H__
21#define __WLMCFG_PARSER_H__
22
23#include "model.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
30typedef struct {
32 bs_ptr_stack_t object_stack;
34
35#ifdef __cplusplus
36} // extern "C"
37#endif // __cplusplus
38
39#endif /* __WLMCFG_PARSER_H__ */
40/* == End of parser.h ====================================================== */
Definition parser.h:30
bs_ptr_stack_t object_stack
Definition parser.h:32