|
|
GNU tools for NeXTSTEP 3.3
#include <iostdio.h>
void
t1 ()
{
int n = -1;
sscanf ("abc ", "abc %n", &n);
printf ("t1: count=%d\n", n);
}
int
main ()
{
t1 ();
return 0;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.