Skip to main content

atoi64

Function atoi64 

Source
pub fn atoi64(word: &[u8]) -> i64
Expand description

Parse a signed decimal into an i64, saturating rather than wrapping.

Cross-reference offsets and startxref targets come through here, so an absurd offset becomes an out-of-range one rather than a small valid one.