File: bar.c

package info (click to toggle)
patchelf 0.9%2B52.20180509-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 636 kB
  • sloc: cpp: 3,763; sh: 254; makefile: 92; ansic: 37
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;
}