Mercurial > hg > CbC > CbC_xv6
view src/interface/Err.h @ 272:600fd7db5344
fix_build_about_kernel_error
author | anatofuz |
---|---|
date | Thu, 06 Feb 2020 17:58:56 +0900 (2020-02-06) |
parents | src/interface/Error.h@11cd1c607427 |
children |
line wrap: on
line source
typedef struct Err <Type, Impl> { __code error(Impl* err, int err_code, __code next(...)); __code panic(Impl* err, char* msg); __code next(...); } Err;