view src/impl/FileRead.h @ 138:e3dd8f96c2fb

add impl file read interface
author anatofuz
date Thu, 12 Dec 2019 14:13:51 +0900
parents 4f9d95dc4efd
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;