view src/impl/PipeRead.h @ 133:ae25a4e76377

fix gen_context.pl
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 11 Dec 2019 17:10:43 +0900
parents 9bfc4fbb5502
children e3dd8f96c2fb
line wrap: on
line source

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