[PR #299] [CLOSED] Added conversions/hexa_to_decimal.c #614

Closed
opened 2026-01-29 15:14:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/299
Author: @dwij2812
Created: 10/2/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 1714f4c Added conversions/hexa_to_decimal.c
  • 218392a Create hexa_to_binary.c

📊 Changes

2 files changed (+158 additions, -0 deletions)

View changed files

conversions/hexa_to_binary.c (+71 -0)
conversions/hexa_to_decimal.c (+87 -0)

📄 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/299 **Author:** [@dwij2812](https://github.com/dwij2812) **Created:** 10/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1714f4c`](https://github.com/TheAlgorithms/C/commit/1714f4ca1228ee731a335014ba144b2a81e097ea) Added conversions/hexa_to_decimal.c - [`218392a`](https://github.com/TheAlgorithms/C/commit/218392a87526e1df59ade17ae6b64ba4e3c8fcfc) Create hexa_to_binary.c ### 📊 Changes **2 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/hexa_to_binary.c` (+71 -0) ➕ `conversions/hexa_to_decimal.c` (+87 -0) </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:14:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#614