Search:
Browse Source
Home
Download
Documentation
Community
Ticket #298
: test64.c
File test64.c,
201 bytes
(added by
pierre
,
17 years ago
)
Line
1
#include <stdio.h>
2
#include <gnu/stubs.h>
3
4
int
main
(
int
argc
,
char
**
argv
)
{
5
#ifdef __x86_64__
6
printf
(
"__x86_64__ set
\n
"
);
7
#endif
8
#if __WORDSIZE == 64
9
printf
(
"WORDSITE: 64
\n
"
);
10
#endif
11
return
0
;
12
}
Download in other formats:
Original Format