[go: up one dir, main page]

Function iterate_procfs_auxv

Source
pub fn iterate_procfs_auxv() -> Result<ProcfsAuxvIter<NativeEndian, File>, ProcfsAuxvError>
Expand description

Iterate over the contents of the procfs auxv file..

Note that the type iterated over is also a Result because further I/O errors could occur at any time.