{"id":24550024,"url":"https://github.com/nklmantey/printf","last_synced_at":"2025-10-28T23:46:42.581Z","repository":{"id":54406900,"uuid":"522269480","full_name":"nklmantey/printf","owner":"nklmantey","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-10T03:52:14.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T23:46:41.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nklmantey.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}},"created_at":"2022-08-07T16:46:56.000Z","updated_at":"2023-03-04T02:23:17.000Z","dependencies_parsed_at":"2022-08-13T14:40:47.148Z","dependency_job_id":null,"html_url":"https://github.com/nklmantey/printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nklmantey/printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklmantey%2Fprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklmantey%2Fprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklmantey%2Fprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklmantey%2Fprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nklmantey","download_url":"https://codeload.github.com/nklmantey/printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nklmantey%2Fprintf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281533490,"owners_count":26517827,"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-28T02:00:06.022Z","response_time":60,"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":"2025-01-23T00:18:27.373Z","updated_at":"2025-10-28T23:46:42.537Z","avatar_url":"https://github.com/nklmantey.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a simple implementation of printf function that formats and prints data\n\n\n\nThe _printf() function produces output according to a format which is described below. This function write its output to the stdout, the standard output stream. Returns the count of printed characters when the function is successful and -1 when the function fails.\n\nThe available convertion specifiers are:\n\n%c: Prints a single character.\n%s: Prints a string of characters.\n%d: Prints integers.\n%i: Prints integers.\n%b: Prints the binary representation of an unsigned decimal.\n%u: Prints unsigned integers\n%x: Prints the hexadecial representation of an unsigned decimal in lowercase letters\n%X:Prints the hexadecial representation of an unsigned decimal in uppercase letters\n%r: Prints a reversed string\n%R: Prints the Rot13 interpretation of a string\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnklmantey%2Fprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnklmantey%2Fprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnklmantey%2Fprintf/lists"}