view src/interface/Err.h @ 395:17e8a4bc06a7 default tip

add macOS AR/RANLIB
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 21:59:50 +0900
parents 600fd7db5344
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;