mrubyvisor/src/libc.h

7 lines
71 B
C

#ifndef INCLUDED_LIBC
#define INCLUDED_LIBC
void libc_init();
#endif