Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35191990
clean-sat.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
288 B
Subscribers
None
clean-sat.c
View Options
/* clean-sat.c
*/
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
int
c
,
c2
;
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
Tue, Feb 3, 4:54 AM (10 h, 21 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
43/65/148c72f5eb80d7dbb723b2d5db2c
Attached To
rG GnuPG
Event Timeline
Log In to Comment