geteuid function

int geteuid()

Returns the effective user ID of the calling process.

Implementation

int geteuid() => platform.geteuid();