1 #ifdef CHECK_TYPE_SIZE_TYPE
3 @CHECK_TYPE_SIZE_PREINCLUDE@
5 #ifdef HAVE_SYS_TYPES_H
6 # include <sys/types.h>
7 #endif /* HAVE_SYS_TYPES_H */
11 #endif /* HAVE_STDINT_H */
15 #endif /* HAVE_STDDEF_H */
17 @CHECK_TYPE_SIZE_PREMAIN@
24 int main(int ac
, char*av
[]){
26 if(ac
> 1000){return *av
[0];}
27 return sizeof(CHECK_TYPE_SIZE_TYPE
);
30 #else /* CHECK_TYPE_SIZE_TYPE */
32 # error "CHECK_TYPE_SIZE_TYPE has to specify the type"
34 #endif /* CHECK_TYPE_SIZE_TYPE */