view src/impl/FileRead.h @ 139:0f8ae55cacbe

tweak
author anatofuz
date Thu, 12 Dec 2019 14:27:05 +0900
parents e3dd8f96c2fb
children dec1fa964271
line wrap: on
line source

typedef struct FileRead<Type, Isa> impl SysRead {
  struct file* f;
  int r;
  __code cbc_fileread1(Type* file_read, struct file* f,int r,__code next(r,...));
  __code next(...);
} FileRead;