view src/interface/SysRead.h @ 120:ed85941a7514

mv old-makefiel
author anatofuz
date Mon, 02 Dec 2019 19:12:01 +0900
parents ef44d384ad9d
children 7ce72e373d9b
line wrap: on
line source

typedef struct SysRead<Type, Impl>{
   union  Data* sys_read;
   struct Integer* num;
   struct String *str;
   __code read(Impl* sys_read, __code next(...));
   //__code ret(Impl* cbc_sys_file, UInteger* num);
   __code next(...);
} SysRead;