muon/include/machine_file.h
2021-08-02 11:37:11 +09:00

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