Dr Andrew Scott G7VAV

My photo
 
September 2025
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12


wordsize.h
1: /* Determine the wordsize from the preprocessor defines.  */
2: 
3: #if defined __x86_64__
4: # define __WORDSIZE     64
5: # define __WORDSIZE_COMPAT32    1
6: #else
7: # define __WORDSIZE     32
8: #endif
9: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/