view src/interface/SysRead.h @ 106:547c20b052dc

tweak
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 21 Nov 2019 14:49:52 +0900
parents d5c4016c65b8
children ef44d384ad9d
line wrap: on
line source

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