mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 19:34:50 +00:00
8 lines
163 B
C
8 lines
163 B
C
#ifndef MUON_MACHINE_FILE_H
|
|
#define MUON_MACHINE_FILE_H
|
|
|
|
#include "lang/workspace.h"
|
|
|
|
bool machine_file_parse(struct workspace *dest_wk, const char *path);
|
|
#endif
|