mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 05:45:07 +00:00
[PR #546] [MERGED] atoi #971
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?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/546
Author: @medymik
Created: 6/12/2020
Status: ✅ Merged
Merged: 6/17/2020
Merged by: @deadshotsb
Base:
master← Head:master📝 Commits (6)
32c7256add atoi that convert string to integer18c677dAdd doc, signature, indentationf0b872eUpdate authorddc689aDone7b59c41Done5cc83feup to date📊 Changes
1 file changed (+80 additions, -0 deletions)
View changed files
➕
conversions/c_atoi_str_to_integer.c(+80 -0)📄 Description
recoding atoi that convert a string to an integer
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.