File: dummytool.c

package info (click to toggle)
sope 2.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,364 kB
  • ctags: 2,799
  • sloc: objc: 167,575; sh: 3,588; ansic: 3,399; python: 318; makefile: 180
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
// Note: do not remove, used by ../configure

#include <stdio.h>

int main(int argc, char **argv) {
  return 0;
}