Go to the documentation of this file. 2 #error "Use this header only with Microsoft Visual C++ compilers!" 15 #define __S_ISTYPE(mode, mask) (((mode) & S_IFMT) == (mask)) 17 #define S_ISDIR(mode) __S_ISTYPE((mode), S_IFDIR) 18 #define S_ISCHR(mode) __S_ISTYPE((mode), S_IFCHR) 19 #define S_ISBLK(mode) __S_ISTYPE((mode), S_IFBLK) 20 #define S_ISREG(mode) __S_ISTYPE((mode), S_IFREG)
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:43:01