Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92105873
portiotest.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 17, 09:57
Size
253 B
Mime Type
text/x-c
Expires
Tue, Nov 19, 09:57 (2 d)
Engine
blob
Format
Raw Data
Handle
22377042
Attached To
R10977 RADIANCE Photon Map
portiotest.c
View Options
#include <stdio.h>
#include <stdlib.h>
#include "rtio.h"
int
main
()
{
u_int32_t
i
=
0x88442211
;
FILE
*
f
=
fopen
(
"/tmp/portiotest.dat"
,
"wb"
);
if
(
f
)
{
putint
(
i
,
8
,
f
);
fclose
(
f
);
return
0
;
}
else
return
-
1
;
}
Event Timeline
Log In to Comment