shithub: drawterm

ref: 189f67ae9bd7f3ed5c1a6b7b0460646c3f746c54
dir: /posix-sun4u/getcallerpc.c/

View raw version
#include "u.h"
#include "libc.h"

ulong
getcallerpc(void *a)
{
	return ((ulong*)a)[-1];
}