Skip to content
Snippets Groups Projects
  • Kevin Harwell's avatar
    def6bbc9
    conversions.c: Add conversions for largest max sized integer · def6bbc9
    Kevin Harwell authored
    Added a conversion for umax (largest maximum sized integer allowed). Adjusted
    the other current conversion functions (uint and ulong) to be derivatives of
    the umax conversion since they are simply subsets of umax.
    
    Also made the negative check move the pointer on spaces since strtoumax does it
    anyways.
    
    Change-Id: I56c2ef2629d49b524c8df58af12951c181f81f08
    def6bbc9
    History
    conversions.c: Add conversions for largest max sized integer
    Kevin Harwell authored
    Added a conversion for umax (largest maximum sized integer allowed). Adjusted
    the other current conversion functions (uint and ulong) to be derivatives of
    the umax conversion since they are simply subsets of umax.
    
    Also made the negative check move the pointer on spaces since strtoumax does it
    anyways.
    
    Change-Id: I56c2ef2629d49b524c8df58af12951c181f81f08