This commit is contained in:
Intege-rs
2026-08-15 08:44:02 -04:00
commit eb5172548a
102 changed files with 78046 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#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