#ifndef __ERRNO_H__ #define __ERRNO_H__ /*³£¹æ´íÎ󣬴íÎó[-999,0]*/ #define TH_SUCCESS (0) /* ÎÞ´íÎó */ #define TH_FAILURE (-1) /* 䶨Òå´íÎó */ #define TH_INVALID_FD (-2) /* ¾ä±ú´íÎó */ #endif /* __TH_ERRNO_H__ */