{"id":23339111,"url":"https://github.com/andreyvdl/42-ft_printf","last_synced_at":"2026-05-02T03:31:25.015Z","repository":{"id":78886413,"uuid":"554825417","full_name":"andreyvdl/42-ft_printf","owner":"andreyvdl","description":"My ft_printf project","archived":false,"fork":false,"pushed_at":"2023-06-29T00:16:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T14:18:50.865Z","etag":null,"topics":["42","42saopaulo","c","ftprintf","ftprintf42","makefile"],"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/andreyvdl.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":"2022-10-20T13:11:47.000Z","updated_at":"2022-11-03T17:52:33.000Z","dependencies_parsed_at":"2025-02-13T16:44:41.998Z","dependency_job_id":"17e6108b-bde4-4996-8f46-4e8dcc2b8b4d","html_url":"https://github.com/andreyvdl/42-ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreyvdl/42-ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyvdl%2F42-ft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyvdl%2F42-ft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyvdl%2F42-ft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyvdl%2F42-ft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreyvdl","download_url":"https://codeload.github.com/andreyvdl/42-ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyvdl%2F42-ft_printf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["42","42saopaulo","c","ftprintf","ftprintf42","makefile"],"created_at":"2024-12-21T03:27:41.209Z","updated_at":"2026-05-02T03:31:24.998Z","avatar_url":"https://github.com/andreyvdl.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/gawbsouza/42-pdh/blob/main/dark/ft_printf_dark.svg\"\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/gawbsouza/42-pdh\"\u003e\u003cimg src=\"https://github.com/gawbsouza/42-pdh/blob/main/badge/42pdh_badge.svg\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n___\nProgram name | Files to turn in | Makefile rules | External functions | result\n:---: |:---: | :---: | :---: | :---:\nlibftprint.a | Makefile, \\*.h, \\*/\\*.h, \\*.c, \\*/\\*.c | NAME, all, clean, fclean, re | malloc, free, write, va_start, va_arg, va_copy, va_end, (libft) | 100/100%\n\n## Objective\n\n\u003e Write a library that contains ft_printf(), a function that will mimic the original printf().\n\n## Prototype\n\n```c\nint\tft_printf(const char *, ...);\n```\n\n### Simple Code Execution\n\n```c\n#include \"ft_printf.h\"\n\nint  main(void)\n{\n\tft_printf(\"%c\\n\", byte);\n\tft_printf(\"%s\\n\", string);\n\tft_printf(\"%d %i\\n\", number1, number2);\n\tft_printf(\"%p\\n\", pointer);\n\tft_printf(\"%x %X\\n\", number3, number4);\n\tft_printf(\"%%\\n\");\n\treturn (0);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyvdl%2F42-ft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreyvdl%2F42-ft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyvdl%2F42-ft_printf/lists"}