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,14 @@
#ifndef MRC_CDUMP_H
#define MRC_CDUMP_H
#include "mrc_ccontext.h"
#include "mrc_irep.h"
MRC_BEGIN_DECL
MRC_END_DECL
int mrc_dump_irep_cstruct(mrc_ccontext *c, const mrc_irep *irep, uint8_t flags, FILE *fp, const char *initname);
#endif // MRC_CDUMP_H