#ifndef _MRBC_GET_H #define _MRBC_GET_H #ifdef __cplusplus extern "C" { #endif #include "mrubyc.h" unsigned char hal_read(int fd); void mrbc_init_class_get(void); #ifdef __cplusplus } #endif #endif