{"id":19468850,"url":"https://github.com/ndevu12/printf","last_synced_at":"2025-07-23T07:06:01.922Z","repository":{"id":200146473,"uuid":"704857232","full_name":"Ndevu12/printf","owner":"Ndevu12","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-18T15:33:45.000Z","size":383,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T14:37:29.343Z","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/Ndevu12.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-10-14T10:04:36.000Z","updated_at":"2023-10-14T13:46:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a439abe9-14f2-4fbe-aa44-bd04cbd6d6cb","html_url":"https://github.com/Ndevu12/printf","commit_stats":null,"previous_names":["ndevu12/printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ndevu12/printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ndevu12%2Fprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ndevu12%2Fprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ndevu12%2Fprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ndevu12%2Fprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ndevu12","download_url":"https://codeload.github.com/Ndevu12/printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ndevu12%2Fprintf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266633453,"owners_count":23959556,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-10T18:44:21.251Z","updated_at":"2025-07-23T07:06:01.897Z","avatar_url":"https://github.com/Ndevu12.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"C - printf\n\n\n\n#TEAM OF TWO PROJECT\n\n\n\nIt is about 15 tasks.\n\n\nTasks\n0. I'm not going anywhere. You can print that wherever you want to. I'm here and I'm a Spur for life\nmandatory\nWrite a function that produces output according to a format.\n\nPrototype: int _printf(const char *format, ...);\nReturns: the number of characters printed (excluding the null byte used to end output to strings)\nwrite output to stdout, the standard output stream\nformat is a character string. The format string is composed of zero or more directives. See man 3 printf for more detail. You need to handle the following conversion specifiers:\nc\ns\n%\nYou don’t have to reproduce the buffer handling of the C library printf function\nYou don’t have to handle the flag characters\nYou don’t have to handle field width\nYou don’t have to handle precision\nYou don’t have to handle the length modifiers\n\n\n1. Education is when you read the fine print. Experience is what you get if you don't\nmandatory\nHandle the following conversion specifiers:\n\nd\ni\nYou don’t have to handle the flag characters\nYou don’t have to handle field width\nYou don’t have to handle precision\nYou don’t have to handle the length modifiers\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndevu12%2Fprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndevu12%2Fprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndevu12%2Fprintf/lists"}