|
|
1.1 root 1: #include <iostdio.h>
2:
3: void
4: t1 ()
5: {
6: int n = -1;
7: sscanf ("abc ", "abc %n", &n);
8: printf ("t1: count=%d\n", n);
9: }
10:
11: int
12: main ()
13: {
14: t1 ();
15: return 0;
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.