The effective user id of this process

Property definitions

posix :: posix $ Sys :: euid
	# The effective user id of this process
	fun euid: Int `{ return geteuid(); `}
lib/posix/posix.nit:41,2--42,38