hw2 done
This commit is contained in:
6
include/errcode.h
Normal file
6
include/errcode.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define ERR_NO_MEM 0x00000001
|
||||
#define ERR_UNREACHABLE 0x00000002
|
||||
#define ERR_CONVERSION 0x00000003
|
||||
#define ERR_VECTOR_OOR 0x00000101
|
||||
Reference in New Issue
Block a user