File: simple.c

package info (click to toggle)
fakeroot 0.4.4-4.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 168
  • sloc: sh: 7,239; ansic: 677; cpp: 312; makefile: 109
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (13)
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);	
}