Advertisement
biznesman

errs.h

Dec 5th, 2022
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #ifndef __ERRS__
  2. #define __ERRS__
  3.  
  4. #define ERR_OK                  0
  5.  
  6. #define ERR_NULL_HEAD           1
  7. #define ERR_ALLOC               2
  8.  
  9. #endif //__ERRS__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement