projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archive 961008
[kopensolaris-gnu/glibc.git]
/
stdio-common
/
scanf2.c
diff --git
a/stdio-common/scanf2.c
b/stdio-common/scanf2.c
index
06c97c6
..
452104d
100644
(file)
--- a/
stdio-common/scanf2.c
+++ b/
stdio-common/scanf2.c
@@
-1,7
+1,8
@@
#include <stdio.h>
#include <stdlib.h>
-main()
+int
+main(int argc, char *argv[])
{
int point, x, y;
@@
-21,4
+22,4
@@
main()
if (point != 1 || x != 1234 || y != 9876)
abort ();
return 0;
-}
+}