muon/include/embedded.h

5 lines
99 B
C

#ifndef MUON_EMBEDDED_H
#define MUON_EMBEDDED_H
const char *embedded_get(const char *name);
#endif