view src/impl/PipeRead.h @ 105:f1be2d5abc8a

fix camel2snake
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 21 Nov 2019 14:45:01 +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;