File: basic.c

package info (click to toggle)
pycparser 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,760 kB
  • sloc: python: 10,091; ansic: 1,981; makefile: 18; sh: 11
file content (6 lines) | stat: -rw-r--r-- 50 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
int foo() {}

int main() {
  foo();
  return 0;
}