Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446624
clean-sat.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
284 B
Subscribers
None
clean-sat.c
View Options
/* clean-sat.c
*/
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
int
c
;
if
(
argc
>
1
)
{
fprintf
(
stderr
,
"no arguments, please
\n
"
);
return
1
;
}
while
(
(
c
=
getchar
())
==
'\n'
)
;
while
(
c
!=
EOF
)
{
putchar
(
c
);
c
=
getchar
();
}
return
0
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Jul 17, 1:31 AM (8 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
80/55/cda21fa4cbfd73e3bec12fa2dfb2
Attached To
rG GnuPG
Event Timeline
Log In to Comment