view src/impl/inode_impl.h @ 293:a7fc5edea925

tweak
author menikon
date Sat, 25 Jan 2020 22:40:03 +0900
parents 08cd784ddbc0
children
line wrap: on
line source

typedef struct inode_impl<Impl, Isa> impl file {

struct inode* ip;
struct stat* st;
int ret;

__code cbc_statinode(struct inode* ip, struct stat* st, __code next(int ret, ...));

//__code next(...);

} inode_impl;