[PR #440] [CLOSED] No use of int main(void) so changed it to its equivalent void main(); #827

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/440
Author: @Aayush-Vats
Created: 10/20/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • e9a19c2 No use of int main(void) so changed it to its equivalent void main();

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 searching/Binary_Search.c (+1 -2)

📄 Description

No description provided


🔄 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/440 **Author:** [@Aayush-Vats](https://github.com/Aayush-Vats) **Created:** 10/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e9a19c2`](https://github.com/TheAlgorithms/C/commit/e9a19c22988c00cd391e58e7657e1ea4b1d5d53e) No use of int main(void) so changed it to its equivalent void main(); ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `searching/Binary_Search.c` (+1 -2) </details> ### 📄 Description _No description provided_ --- <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:15:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#827