{"id":25221656,"url":"https://github.com/yrhiba/ft_printf","last_synced_at":"2025-10-09T14:52:45.336Z","repository":{"id":177139631,"uuid":"555550474","full_name":"yrhiba/Ft_printf","owner":"yrhiba","description":" the printf() function from libc. A library that contains ft_printf(), a function that will mimic the original printf().","archived":false,"fork":false,"pushed_at":"2022-11-16T21:52:45.000Z","size":932,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T14:52:41.427Z","etag":null,"topics":["c","system-calls","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/yrhiba.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-21T20:09:02.000Z","updated_at":"2023-10-13T19:15:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef709d03-d568-4ec3-9b4d-55c61d44c617","html_url":"https://github.com/yrhiba/Ft_printf","commit_stats":null,"previous_names":["yrhiba/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yrhiba/Ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrhiba%2FFt_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrhiba%2FFt_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrhiba%2FFt_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrhiba%2FFt_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yrhiba","download_url":"https://codeload.github.com/yrhiba/Ft_printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrhiba%2FFt_printf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001505,"owners_count":26083118,"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-10-09T02:00:07.460Z","response_time":59,"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","system-calls","variadic-function"],"created_at":"2025-02-10T22:52:58.750Z","updated_at":"2025-10-09T14:52:45.331Z","avatar_url":"https://github.com/yrhiba.png","language":"C","readme":"The goal of this project is pretty straightforward. I will recode printf().\nI will mainly learn about using a variable number of arguments. How cool is that??\nIt is actually pretty cool :)\n\nProgram name : \n              \n                  libftprintf.a\n\nExternal functs : \n                  \n                  malloc, free, write,\n                  va_start, va_arg, va_copy, va_end.\n                \nThe prototype of ft_printf() is:  \n                             \n                  int ft_printf(const char *, ...);\n\nTHe function handle the following conversions: cspdiuxX%\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\nBonus list:\n• Manage any combination of the following flags: ’-0.’ and the field minimum width\nunder all conversions.\n• Manage all the following flags: ’# +’ (Yes, one of them is a space).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrhiba%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyrhiba%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrhiba%2Fft_printf/lists"}