view src/interface/CbCFile.h @ 91:b5ddf6fb0a6d

use CbCFile instead of File struct Interface
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 18 Oct 2019 20:39:36 +0900
parents src/interface/File.h@f38d8d39d617
children
line wrap: on
line source

typedef struct CbCFile<Type, Impl>{
        struct CbCFile* cbc_file;
        __code file_read(__code next(...));
        __code next(...);
} CbCFile;