summaryrefslogtreecommitdiff
path: root/tests/fgets.c
blob: 914eecc9d54e519b641a87a9859cb3daa21954d4 (plain)
1
2
3
4
5
6
#include <stdio.h>

void foo(FILE *s) {
  char *x;
  fgets(x, 0, s);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback