view src/interface/Err.h @ 315:600fd7db5344

fix_build_about_kernel_error
author anatofuz
date Thu, 06 Feb 2020 17:58:56 +0900
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;