[PR #546] [MERGED] atoi #971

Open
opened 2026-01-29 15:16:33 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/546 **Author:** [@medymik](https://github.com/medymik) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/17/2020 **Merged by:** [@deadshotsb](https://github.com/deadshotsb) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`32c7256`](https://github.com/TheAlgorithms/C/commit/32c725603f912448a6ac12a9405d4c2e002304c0) add atoi that convert string to integer - [`18c677d`](https://github.com/TheAlgorithms/C/commit/18c677d6a5f8423e90497f7bef566841fe28359b) Add doc, signature, indentation - [`f0b872e`](https://github.com/TheAlgorithms/C/commit/f0b872e979417f729d986ac0e4cdedb6cc6655d4) Update author - [`ddc689a`](https://github.com/TheAlgorithms/C/commit/ddc689a335bf79c9e0b765417def4ca149c3ccea) Done - [`7b59c41`](https://github.com/TheAlgorithms/C/commit/7b59c414533875d48ce0d39016c9a8ca909381a2) Done - [`5cc83fe`](https://github.com/TheAlgorithms/C/commit/5cc83fe0368987576d84e94953593cc75ef85a9c) up to date ### 📊 Changes **1 file changed** (+80 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/c_atoi_str_to_integer.c` (+80 -0) </details> ### 📄 Description recoding atoi that convert a string to an integer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#971