File: simple.c

package info (click to toggle)
fakechroot 0.6%2B1.2.4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 348 kB
  • ctags: 336
  • sloc: ansic: 2,730; sh: 245; perl: 80; makefile: 56
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);	
}