{"id":29773230,"url":"https://github.com/ricvrdv/ft_printf","last_synced_at":"2025-07-27T07:14:07.213Z","repository":{"id":302985067,"uuid":"888081476","full_name":"ricvrdv/ft_printf","owner":"ricvrdv","description":"Project in which I had to recreate the function printf() from the C standard library.","archived":false,"fork":false,"pushed_at":"2025-07-05T01:13:33.000Z","size":1518,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T02:44:22.954Z","etag":null,"topics":["c-language","c-programming","header-files","hexadecimal","makefile","pointers-in-c","printf","string-formatting","variadic-function"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricvrdv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-13T19:30:16.000Z","updated_at":"2025-07-05T01:13:36.000Z","dependencies_parsed_at":"2025-07-05T03:25:29.124Z","dependency_job_id":null,"html_url":"https://github.com/ricvrdv/ft_printf","commit_stats":null,"previous_names":["ricvrdv/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ricvrdv/ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricvrdv%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricvrdv%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricvrdv%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricvrdv%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricvrdv","download_url":"https://codeload.github.com/ricvrdv/ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricvrdv%2Fft_printf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320325,"owners_count":24068528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-language","c-programming","header-files","hexadecimal","makefile","pointers-in-c","printf","string-formatting","variadic-function"],"created_at":"2025-07-27T07:14:02.141Z","updated_at":"2025-07-27T07:14:07.208Z","avatar_url":"https://github.com/ricvrdv.png","language":"C","readme":"# 42 - FT_PRINTF\n\n### SUMMARY\nThe goal of this project was to recode the original libc function `printf()`.\nThis custom function had to handle the following conversions: \n| specifier | description                                                         |\n| --------- | ------------------------------------------------------------------- |\n| c         | prints a single character                                           |\n| s         | prints a string                                                     |\n| p         | the void * pointer argument has to be printed in hexadecimal format |\n| d         | prints a decimal (base 10) number                                   |\n| i         | prints an integer in base 10                                        |\n| u         | prints an unsigned decimal (base 10) number                         |\n| x         | prints a number in hexadecimal (base 16) lowercase format           |\n| X         | prints a number in hexadecimal (base 16) uppercase format           |\n| %         | prints a percent sign                                               |\n\n----\n🐸 Feel free to fork, clone, or contact me for questions or feedback. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricvrdv%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricvrdv%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricvrdv%2Fft_printf/lists"}