view src/impl/FileRead.h @ 163:620a6abe2259 default tip

temporary_fix_use_pipe.h_at_pipe.cbc
author anatofuz
date Mon, 23 Dec 2019 08:35:53 +0900
parents dec1fa964271
children
line wrap: on
line source

typedef struct FileRead<Type, Isa> impl SysRead {
  struct file* f;
} FileRead;