gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:TYPE_SIGNED (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/difftime.c - 2.1KB - 61 lines
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 */