2008-12-31 12:12:44 +08:00
|
|
|
/* wordsize.h - Linux compatibility */
|
|
|
|
|
|
|
|
#ifndef _WORDSIZE_H
|
|
|
|
#define _WORDSIZE_H 1
|
2022-05-25 02:26:33 +08:00
|
|
|
|
2013-04-23 17:44:36 +08:00
|
|
|
# define __WORDSIZE 64
|
2022-05-25 02:26:33 +08:00
|
|
|
|
2008-12-31 12:12:44 +08:00
|
|
|
#endif /*_WORDSIZE_H*/
|