File: func_check.c

package info (click to toggle)
ga 5.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,472 kB
  • sloc: ansic: 192,963; fortran: 53,761; f90: 11,218; cpp: 5,784; makefile: 2,248; sh: 1,945; python: 1,734; perl: 534; csh: 134; asm: 106
file content (5 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (5)
1
2
3
4
5
void FUNC_NAME();
int main() {
  FUNC_NAME();
  return 0;
}