muon/include/machine_file.h
2022-10-25 10:54:31 -04:00

13 lines
273 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#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