File: dummytool.c

package info (click to toggle)
sope 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,408 kB
  • ctags: 2,779
  • sloc: objc: 167,855; sh: 3,646; ansic: 3,399; python: 318; makefile: 181
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;
}