sxt: SXTerr macro;

This commit is contained in:
Alexander Vdolainen 2016-06-08 00:35:14 +03:00
parent 2699936d21
commit 61766213bb

View File

@ -47,4 +47,6 @@
#define SXT_EINVAL (SXT_EBASESHIFT + 22)
#define SXT_ENOMEM (SXT_EBASESHIFT + 42)
#define SXTerr(n) (n) < 0 : -(n) ? (n)
#endif /* __SXT_ERRNO_H__ */