File: dupe.c

package info (click to toggle)
debugedit 1%3A5.3-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,408 kB
  • sloc: sh: 12,042; ansic: 5,032; makefile: 115
file content (4 lines) | stat: -rw-r--r-- 47 bytes parent folder | download
1
2
3
4
int FOO (void);
int FOO (void) {
  return 0;
}