[PR #330] [MERGED] added hexal_to_octal in conversions #662

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/330
Author: @sh-ubh
Created: 10/4/2019
Status: Merged
Merged: 10/12/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (6)

📊 Changes

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

View changed files

📝 README.md (+2 -0)
conversions/hexal_to_octal.c (+132 -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/330 **Author:** [@sh-ubh](https://github.com/sh-ubh) **Created:** 10/4/2019 **Status:** ✅ Merged **Merged:** 10/12/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`4c75a67`](https://github.com/TheAlgorithms/C/commit/4c75a67651e246e91f7fb534194ff80832f04f24) Create hexal_to_octal.c - [`2e4aba2`](https://github.com/TheAlgorithms/C/commit/2e4aba2095d507850e1b36975d50a2be293bfc28) updated README.md - [`5380a40`](https://github.com/TheAlgorithms/C/commit/5380a40bcd9682d91dfe5ca1dbdb7fb33a0d955a) updated readme - [`cfcec56`](https://github.com/TheAlgorithms/C/commit/cfcec56346b3592c1e6b92af309ea3c55c3bef7e) updated readme - [`05d0323`](https://github.com/TheAlgorithms/C/commit/05d0323ed38f3dd5f101d72ff7be2ca64a013c82) fixing typo - [`3d31ea9`](https://github.com/TheAlgorithms/C/commit/3d31ea9e962dbe6f9986bf28ae198b087b3e2cec) Update README.md ### 📊 Changes **2 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `conversions/hexal_to_octal.c` (+132 -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:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#662