Go to the documentation of this file.
70 #include <sys/types.h>
83 # define __NORETURN__ __attribute__ ((__noreturn__))
94 # define __PRINTF_FORMAT__(a,b) __attribute__ ((format (printf, a, b)))
96 # define __PRINTF_FORMAT__(a,b)
103 #define MIN(A,B) ( ( (A) < (B) ) ? (A) : (B) )
104 #define MAX(A,B) ( ( (A) > (B) ) ? (A) : (B) )