File: spawn-test-helper.c

package info (click to toggle)
glib2.0 2.85.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 66,240 kB
  • sloc: ansic: 542,609; python: 9,667; sh: 1,572; xml: 1,482; perl: 1,222; cpp: 535; makefile: 316; javascript: 11
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#include <stdio.h>

int main (void)
{
  fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
  return 5;
}