File: simple.c

package info (click to toggle)
fakeroot 1.37.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,904 kB
  • sloc: sh: 5,430; ansic: 5,340; makefile: 199; perl: 14
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
/* Dummy C program; we use this in the package build process to construct a
 * proper shlibs file for libfakeroot
 */
int main(void) {
	return(0);	
}