V7M/src/libc/sys/getpid.s

Compare this file to the similar file:
Show the results in this format:

/ getpid -- get process ID

.globl	_getpid
.getpid	= 20.

_getpid:
	mov	r5,-(sp)
	mov	sp,r5
	sys	.getpid
	mov	(sp)+,r5
	rts	pc