{"id":20002835,"url":"https://github.com/codewithmide/printf","last_synced_at":"2025-03-02T00:21:54.194Z","repository":{"id":109329703,"uuid":"482354377","full_name":"codewithmide/printf","owner":"codewithmide","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-19T21:58:53.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T13:23:43.477Z","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/codewithmide.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-04-16T20:27:49.000Z","updated_at":"2022-04-18T14:34:30.000Z","dependencies_parsed_at":"2023-05-09T21:03:56.618Z","dependency_job_id":null,"html_url":"https://github.com/codewithmide/printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmide","download_url":"https://codeload.github.com/codewithmide/printf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241441053,"owners_count":19963344,"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":[],"created_at":"2024-11-13T05:23:15.823Z","updated_at":"2025-03-02T00:21:54.165Z","avatar_url":"https://github.com/codewithmide.png","language":"C","readme":"# printf\nThe project consists of normal functions, derived functions a man page and a README.md file.\n\nThis produces output according to a format specifiers,as shown below.\n\n       _printf(\"Length:[%d, %i]\\n\", len, len);\n\n\n\tprintf(\"Length:[%d, %i]\\n\", len2, len2);\n  \n  \n\t_printf(\"Negative:[%d]\\n\", -762534);\n  \n  \n\tprintf(\"Negative:[%d]\\n\", -762534);\n  \n  \n\t_printf(\"Unsigned:[%u]\\n\", ui);\n  \n  \n\tprintf(\"Unsigned:[%u]\\n\", ui);\n  \n  \n\t_printf(\"Unsigned octal:[%o]\\n\", ui);\n  \n  \n\tprintf(\"Unsigned octal:[%o]\\n\", ui);\n  \n  \n\t_printf(\"Unsigned hexadecimal:[%x, %X]\\n\", ui, ui);\n  \n  \n\tprintf(\"Unsigned hexadecimal:[%x, %X]\\n\", ui, ui);\n  \n  \n\t_printf(\"Character:[%c]\\n\", 'H');\n  \n  \n\tprintf(\"Character:[%c]\\n\", 'H');\n  \n  \n\t_printf(\"String:[%s]\\n\", \"I am a string !\");\n  \n  \n\tprintf(\"String:[%s]\\n\", \"I am a string !\");\n  \n  \n\t_printf(\"Address:[%p]\\n\", addr);\n  \n  \n\tprintf(\"Address:[%p]\\n\", addr);\n  \n  \n\tlen = _printf(\"Percent:[%%]\\n\");\n  \n  \n\tlen2 = printf(\"Percent:[%%]\\n\");\n  \n  \n\t_printf(\"Len:[%d]\\n\", len);\n  \n  \n\tprintf(\"Len:[%d]\\n\", len2);\n  \n  \n\t_printf(\"Unknown:[%r]\\n\");\n\nIt is developed by **Olumide Michael** and **Umar Amina Abdulmumin** from **ALX cohort 5.**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmide%2Fprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmide%2Fprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmide%2Fprintf/lists"}