Format: AllC/C++CSSTextshell script Advanced Search
8: #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) 9: #define TYPE_SIGNED(type) (((type) -1) < 0) 10: #include <time.h> /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */