{"id":18319936,"url":"https://github.com/mushigarou/ft_printf","last_synced_at":"2025-04-09T14:23:22.456Z","repository":{"id":158450489,"uuid":"569505527","full_name":"Mushigarou/ft_printf","owner":"Mushigarou","description":"Wrote ft_printf() a function that mimic the original printf()","archived":false,"fork":false,"pushed_at":"2023-06-05T10:27:02.000Z","size":1313,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T08:20:48.019Z","etag":null,"topics":["unix-logic","va-arg","va-copy","va-end","va-list","va-start","variadic-functions"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mushigarou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-23T01:22:18.000Z","updated_at":"2023-06-05T06:55:25.000Z","dependencies_parsed_at":"2023-07-13T04:33:15.227Z","dependency_job_id":null,"html_url":"https://github.com/Mushigarou/ft_printf","commit_stats":null,"previous_names":["leakedbytebuster/ft_printf","mushigarou/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mushigarou","download_url":"https://codeload.github.com/Mushigarou/ft_printf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054269,"owners_count":21039967,"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","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":["unix-logic","va-arg","va-copy","va-end","va-list","va-start","variadic-functions"],"created_at":"2024-11-05T18:14:43.511Z","updated_at":"2025-04-09T14:23:22.423Z","avatar_url":"https://github.com/Mushigarou.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_printf\n\nI Wrote a library that contains ft_printf(), a function that mimic the original printf()\n\n## Usage\n```\n$\u003e git clone https://github.com/Mushigarou/ft_printf.git\n$\u003e cd ft_printf\n$\u003e make\n```\nNow you have a static library `libftprintf.a` that you can link with other programs\n\n## Handles :\n\n- %c Prints a single character.\n- %s Prints a string (as defined by the common C convention).\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## Exception : \n- Doesn't have the same buffer management as the original printf()\n\n## Contributing\nContributions to this project are welcome! If you find any issues or have improvements to suggest, please feel free to submit a pull request.\n\n## License\n\nThis project is licensed under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmushigarou%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmushigarou%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmushigarou%2Fft_printf/lists"}