{"id":19542318,"url":"https://github.com/markjso/ft_printf","last_synced_at":"2026-06-13T12:04:46.690Z","repository":{"id":73335553,"uuid":"488070348","full_name":"markjso/ft_printf","owner":"markjso","description":"Recode the original printf function in C using variadic functions.","archived":false,"fork":false,"pushed_at":"2023-09-27T07:24:50.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T12:04:59.862Z","etag":null,"topics":[],"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/markjso.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-05-03T03:53:14.000Z","updated_at":"2024-10-28T01:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"854118e4-6f8b-47c3-9832-0d7bcdd5e484","html_url":"https://github.com/markjso/ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markjso/ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjso%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjso%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjso%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjso%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markjso","download_url":"https://codeload.github.com/markjso/ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjso%2Fft_printf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34283414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-11T03:14:21.756Z","updated_at":"2026-06-13T12:04:46.666Z","avatar_url":"https://github.com/markjso.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_printf\nThe C library function int printf(const char *format, ...) sends formatted output to stdout.  \n\n#### Parameters\n\nformat: The format argument is a string containing C language conversion specifications. The conversion specification specifies the notation, alignment, significant digits, field width, and other aspects of the output format. To represent non-printing characters, such as newlines and tabs, the format string may contain escape characters.  \n\nargument-list:\tDepending on the format string, the function may require additional arguments.  \n\nIf successful, the total number of characters written is returned. On failure, a negative number is returned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjso%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkjso%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjso%2Fft_printf/lists"}