Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 60

coccinelle-examples-1.0.7-2.mga7.i586.rpm

int main () {
  foo("one %d two %2x three\n");
  foo("blah %d two %2x three %s xxx %d");
  foo("xyz %d %d %0.2f %s three\n");
  foo("xyz %d %0.2f abc");
  foo("yyy %s");
}