[][src]Function linux::syscall::sysinfo

pub fn sysinfo(buf: &mut sysinfo) -> c_int

Retrieves integer-style information about the system.

[argument, buf] The place in which the information will be stored.

[return_value] Returns success or an error value.

= See also

  • link:man:sysinfo(2)