comparison src/interface/File.h @ 88:f38d8d39d617

add file interface
author tobaru
date Wed, 16 Oct 2019 19:40:37 +0900
parents
children
comparison
equal deleted inserted replaced
87:add5e775339c 88:f38d8d39d617
1 typedef struct File<Type, Impl>{
2 union Data* file;
3 struct file *f;
4 int n;
5 char *p;
6 __code file_read(__code, next(...));
7 __code next(...);
8 } File;