File: cygwin.h

package info (click to toggle)
libproc-processtable-perl 0.53-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 548 kB
  • ctags: 614
  • sloc: ansic: 4,149; perl: 382; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
static char *Fields[] = {
	"uid",
	"pid",
	"ppid",
	"pgid",
	"winpid",
	"fname",
	"start",
	"ttynum",
	"state",
};