This website requires JavaScript.
Explore
Help
Sign In
arne
/
cryptopp
Watch
1
Star
0
Fork
You've already forked cryptopp
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b0f77fe7e3
cryptopp
/
TestPrograms
/
test_64bit.cxx
7 lines
109 B
C++
Raw
Blame
History
int
main
(
int
argc
,
char
*
argv
[
]
)
{
enum
{
N
=
(
sizeof
(
size_t
)
=
=
8
?
8
:
-
1
)
}
;
int
x
[
N
]
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink