Function lrs::syscall::sysinfo

Retrieves integer-style information about the system.

Syntax

fn sysinfo(buf: &mut sysinfo) -> i32

Arguments

NameDescription
buf

The place in which the information will be stored.

Return value

Returns success or an error value.

See also