13 lines
214 B
C
13 lines
214 B
C
#ifndef MRC_PARSER_UTIL_H
|
|
#define MRC_PARSER_UTIL_H
|
|
|
|
#include "mrc_ccontext.h"
|
|
|
|
MRC_BEGIN_DECL
|
|
|
|
const char* mrc_sym_name_len(mrc_ccontext *c, mrc_sym sym, mrc_int *lenp);
|
|
|
|
MRC_END_DECL
|
|
|
|
#endif // MRC_PARSER_UTIL_H
|