view src/impl/inode_impl.h @ 312:b527f27761bf

tweak
author menikon
date Wed, 05 Feb 2020 15:35:04 +0900
parents a7fc5edea925
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;