mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 05:44:31 +00:00
Logical Error Fixed #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Suraj-Patro on GitHub (Oct 24, 2020).
Description
Bug fixed in conversions/c_atoi_str_to_integer.c & formatting
Logical error fixed in conversions/c_atoi_str_to_integer.c
Expected Behavior
Should succesfully pass all assertions
Actual Behavior
Fails to pass all assertions.
Possible Fix
Steps to Reproduce
Compile & Execute Code.
Context
Failed to assert all the checks.
@Panquesito7 commented on GitHub (Oct 26, 2020):
Please create a PR and we'll review it. Thank you. 🙂