File: lib.c

package info (click to toggle)
golang-github-google-pprof 0.0~git20211008.947d60d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 5,036 kB
  • sloc: sh: 70; ansic: 11; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 53 bytes parent folder | download
1
2
3
4
5
6
7
int foo() {
  return 1;
}

int bar() {
  return 2;
}