mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-29 19:04:20 +00:00
12 lines
257 B
C
12 lines
257 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef MUON_GUESS_H
|
|
#define MUON_GUESS_H
|
|
#include "lang/workspace.h"
|
|
|
|
bool guess_version(struct workspace *wk, const char *src, obj *res);
|
|
#endif
|