File: bar.c

package info (click to toggle)
patchelf 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 692 kB
  • ctags: 2,011
  • sloc: cpp: 2,825; sh: 1,587; makefile: 63; ansic: 32
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#include <stdio.h>

int bar()
{
    printf("This is bar()!\n");
    return 34;
}