File: windows.vapi

package info (click to toggle)
valabind 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 520 kB
  • sloc: sh: 671; makefile: 171; ansic: 87; python: 72; java: 68; cs: 10; cpp: 8; perl: 6; ruby: 5
file content (5 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
[CCode (cheader_filename="windows.h", cname="w32")]
namespace Windows {
	public static int waitpid(int pid);
	public static void exit(int rc);
}