view src/interface/SysRead.h @ 128:7ce72e373d9b

fix initialize data gears
author anatofuz
date Tue, 03 Dec 2019 11:12:52 +0900
parents ed85941a7514
children c690327cabc8
line wrap: on
line source

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