File: no-rpath.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 (6 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#include <stdio.h>

int main() {
	printf("Hello world\n");
	return 0;
}