mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-31 03:45:53 +00:00
5 lines
99 B
C
5 lines
99 B
C
#ifndef MUON_EMBEDDED_H
|
|
#define MUON_EMBEDDED_H
|
|
const char *embedded_get(const char *name);
|
|
#endif
|