mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1419] [CLOSED] Added Hexadecimal to String Conversor #2015
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/1419
Author: @lcsjunior
Created: 10/4/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
42266e2feat: add hexadecimal conversor to string and vice versa📊 Changes
3 files changed (+75 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
conversions/hexadecimal_to_string.c(+39 -0)➕
conversions/string_to_hexadecimal.c(+34 -0)📄 Description
Description of Change
I've transcribed one of my Hexadecimal to String Conversor and vice versa that I use in my ESP32 Projects with the intention of participating in Hacktoberfest and future contributions. Please consider accepting my code.
This converter consists of converting a hexadecimal to a string and vice versa.
References
None
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.