seteuid function

int seteuid(
  1. int uid
)

Sets the effective user ID of the calling process.

Implementation

int seteuid(int uid) => platform.seteuid(uid);