view src/interface/Syscall.h @ 368:dd720f057eb3

starting sh
author anatofuz
date Sun, 05 Jul 2020 14:02:31 +0900
parents
children
line wrap: on
line source

typedef struct Syscall <Type, Impl> {
    __code dispatch(Impl* syscall, __code next(...));
    __code next(....);
} Syscall;