{"id":18358052,"url":"https://github.com/archer-01/ft_printf","last_synced_at":"2025-07-25T20:42:06.014Z","repository":{"id":49387832,"uuid":"440795892","full_name":"Archer-01/ft_printf","owner":"Archer-01","description":"Recoding libc's printf","archived":false,"fork":false,"pushed_at":"2023-12-06T15:59:05.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T03:06:32.273Z","etag":null,"topics":["c","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/Archer-01.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}},"created_at":"2021-12-22T09:01:14.000Z","updated_at":"2023-08-05T14:26:54.000Z","dependencies_parsed_at":"2025-02-15T18:29:37.397Z","dependency_job_id":"c64784d4-f075-4fec-8e27-27c4f5b50f34","html_url":"https://github.com/Archer-01/ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Archer-01/ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archer-01","download_url":"https://codeload.github.com/Archer-01/ft_printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_printf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267058786,"owners_count":24029076,"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-25T02:00:09.625Z","response_time":70,"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","variadic-function"],"created_at":"2024-11-05T22:16:36.337Z","updated_at":"2025-07-25T20:42:05.904Z","avatar_url":"https://github.com/Archer-01.png","language":"C","readme":"# ft_printf\n\n*A simple recode of libc's printf*\n\n## Description\n\n* ft_printf does not use buffer management like the real printf function\n* It manages the following conversions: `%c`, `%s`, `%p`, `%d`, `%i`, `%u`, `%x`, `%X` and `%%`\n* Like the real printf function, ft_printf returns the number of characters it printed\n\n## Prototype\n\n```h\nint\tft_printf(const char *format, ...);\n```\n\n## Usage\n```sh\ngit clone https://github.com/Archer-01/ft_printf.git\ncd ft_printf\ntouch main.c\n```\n```c\n#include \"ft_printf.h\"\n\nint\tmain(void)\n{\n\tft_printf(\"%s is cool! %d/100\\n\", \"ft_printf\", 100);\n\treturn (0);\n}\n```\n```sh\nmake\ngcc main.c -L. -lftprintf\n./a.out\n```\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-c.svg)](https://forthebadge.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcher-01%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcher-01%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcher-01%2Fft_printf/lists"}