Files
tp/include/errno.h
T

7 lines
118 B
C
Raw Normal View History

2022-03-19 23:44:14 -04:00
#ifndef MSL_COMMON_SRC_ERRNO_H
#define MSL_COMMON_SRC_ERRNO_H
2022-04-24 04:02:50 -07:00
extern int errno;
2022-03-19 23:44:14 -04:00
#endif /* MSL_COMMON_SRC_ERRNO_H */