view src/impl/PipeRead.h @ 104:9bfc4fbb5502

create PipeRead.cbc
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 20 Nov 2019 20:15:12 +0900
parents
children e3dd8f96c2fb
line wrap: on
line source

typedef struct PipeRead<Type, Isa> impl SysRead {
  struct CbCPipe *pipe;
  struct String *addr;
  struct Integer* i;
} PipeRead;