tp/include/errno.h

7 lines
118 B
C

#ifndef MSL_COMMON_SRC_ERRNO_H
#define MSL_COMMON_SRC_ERRNO_H
extern int errno;
#endif /* MSL_COMMON_SRC_ERRNO_H */