shithub: front

ref: 89cd4a0e67376d69d42a17bc3135ac9206c4e332
dir: /sys/src/libc/9sys/getpid.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<tos.h>

int
getpid(void)
{
	return _tos->pid;
}