mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #820] [MERGED] feat: printf statement written in c (as minprintf) without using stdio.h li… #1336
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/820
Author: @Jaskarn7
Created: 3/28/2021
Status: ✅ Merged
Merged: 4/3/2021
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (10+)
f2b00c6printf statement written in c (as minprintf) without using stdio.h library.2b35bfdAdded proper documentation in minprintf.h05417a9Modified and more Documented code.88bc2caRequested changes commited942ac80Referance links added0ea6ed9updating DIRECTORY.md37357a5Renamed the file2968e34Merge branch 'master' of github.com:Jaskarn7/Cf5e6f20updating DIRECTORY.md5774c78Test file added📊 Changes
3 files changed (+396 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
developer_tools/min_printf.h(+352 -0)➕
developer_tools/test_min_printf.c(+42 -0)📄 Description
…brary.
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.