{"id":19281826,"url":"https://github.com/scisamir/printf","last_synced_at":"2025-06-28T17:04:09.686Z","repository":{"id":176548280,"uuid":"657527968","full_name":"scisamir/printf","owner":"scisamir","description":"0x11. C - printf","archived":false,"fork":false,"pushed_at":"2023-06-29T19:03:09.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T22:21:12.068Z","etag":null,"topics":["c","c-printf","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scisamir.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":"2023-06-23T09:01:37.000Z","updated_at":"2023-11-01T06:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e0d75dd-ab28-487a-aaef-3a53c7bf0d42","html_url":"https://github.com/scisamir/printf","commit_stats":null,"previous_names":["scisamir/printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scisamir/printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scisamir","download_url":"https://codeload.github.com/scisamir/printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fprintf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262465670,"owners_count":23315636,"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":["c","c-printf","variadic-functions"],"created_at":"2024-11-09T21:24:22.619Z","updated_at":"2025-06-28T17:04:09.619Z","avatar_url":"https://github.com/scisamir.png","language":"C","readme":"# C - printf\n\n## A project to imitate the standard printf Function\n\nThis is a custom implementation of the **'printf'** function which handles the following specifiers:\n\n\u003e %s for printing strings.\n\u003e '%c' for printing characters.\n\u003e '%%' for printing a literal 'character'.\n\u003e '%d' and '%i'for printing signed integers.\n\n## Basic Features\n\n* The custom **'printf'** function print to standard output.\n* It returns the total number of characters printed.\n* it handles the specifiers **'%d', '%c', '%i', '%s' and '%%'**.\n\n## Additional Features\n\n* It handles conversion of unsigned int to binary\n* It handles the printing of strings in reverse\n* It handles rot13'ed string \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisamir%2Fprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscisamir%2Fprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisamir%2Fprintf/lists"}