Move mprintf to libaux

This commit is contained in:
2026-03-17 22:19:23 +01:00
parent 7bcd40151d
commit 76b1533ad0
10 changed files with 20 additions and 19 deletions

View File

@@ -2,9 +2,9 @@
#include "arena_alloc.h"
#include "context.h"
#include "interp.h"
#include "mprintf.h"
#include <arena.h>
#include <list.h>
#include <mprintf.h>
#include <string.h>
static struct parse_rule parse_rules[] = {