comparison src/interface/Err.h @ 272:600fd7db5344

fix_build_about_kernel_error
author anatofuz
date Thu, 06 Feb 2020 17:58:56 +0900
parents src/interface/Error.h@11cd1c607427
children
comparison
equal deleted inserted replaced
271:11cd1c607427 272:600fd7db5344
1 typedef struct Err <Type, Impl> {
2 __code error(Impl* err, int err_code, __code next(...));
3 __code panic(Impl* err, char* msg);
4 __code next(...);
5 } Err;