view src/interface/SysRead.h @ 96:d5c4016c65b8

implement read interfacce
author anatofuz
date Sat, 09 Nov 2019 19:56:07 +0900
parents src/interface/CbCSysFile.h@bc5bcfd2f6d6
children 547c20b052dc
line wrap: on
line source

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