circuitpython/ports/m68kmac/macutil.h
2025-06-28 14:29:21 +02:00

4 lines
92 B
C

#include <py/obj.h>
#include "Multiverse.h"
extern mp_obj_t new_str_from_pstr(Byte *pStr);