diff src/interface/SysRead.h @ 131:c690327cabc8

using dg file
author anatofuz
date Wed, 04 Dec 2019 20:44:29 +0900
parents 7ce72e373d9b
children 0c24464a66d8
line wrap: on
line diff
--- a/src/interface/SysRead.h	Tue Dec 03 14:58:00 2019 +0900
+++ b/src/interface/SysRead.h	Wed Dec 04 20:44:29 2019 +0900
@@ -1,7 +1,8 @@
 typedef struct SysRead<Type, Impl>{
    union  Data* sys_read;
    int num;
-   char* str;
+   char* addr;
+   struct file* file;
    __code read(Impl* sys_read, __code next(...));
    //__code ret(Impl* cbc_sys_file, UInteger* num);
    __code next(...);