usenix::libc::geteuid;/// Returns true if the user is root, if not then false
///////// # Examples
////// ```rust
/// use fxkit::core::os::unix::is_root::is_root;
////// if is_root() {
/// println!("Yes!");
/// }
/// ```
pubfnis_root()->bool{unsafe{geteuid()==0}}