Mercurial > hg > CbC > CbC_xv6
view src/interface/ErrorGear.h @ 294:08a367c3124a
add FileSystem files
author | menikon |
---|---|
date | Wed, 29 Jan 2020 15:58:12 +0900 |
parents | 2a35e8c6f67c |
children | ba8687746ff6 |
line wrap: on
line source
typedef struct ErrorGear <Type, Impl> { union Data* error_gear; int err_code; char* msg; __code error(int err_code,...); __code panic(char* msg); } ErrorGear;