Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stdlib] Refactor atol: StringRef to StringSlice and reusability #3207

Closed
wants to merge 2 commits into from

Commits on Nov 21, 2024

  1. Refactor atol: StringRef to StringSlice and reusability

    - StringRef to StringSlice
    - Introduce _handle_base_prefix & _trim_and_handle_sign
    - Changed var to alias
    
    Signed-off-by: Joshua James Venter <[email protected]>
    jjvraw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9ec7732 View commit details
    Browse the repository at this point in the history
  2. byte length

    Signed-off-by: Joshua James Venter <[email protected]>
    jjvraw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8da18b7 View commit details
    Browse the repository at this point in the history