This website requires JavaScript.
Explore
Help
Sign In
etan39
/
cloudstack
mirror of
https://github.com/apache/cloudstack.git
Watch
1
Star
0
Fork
You've already forked cloudstack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b32e8f23a6
cloudstack
/
thirdparty
/
nbench-byte-2.2.3
/
pointer.c
7 lines
79 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
%d
"
,
(
int
)
sizeof
(
long
)
)
;
return
(
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink