{"id":19657431,"url":"https://github.com/zakariaelbouzkri/printf","last_synced_at":"2025-08-20T09:05:53.193Z","repository":{"id":197532202,"uuid":"562528368","full_name":"ZakariaElbouzkri/printf","owner":"ZakariaElbouzkri","description":"The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)","archived":false,"fork":false,"pushed_at":"2024-10-27T00:34:11.000Z","size":1269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T00:51:04.047Z","etag":null,"topics":["algo","c","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/ZakariaElbouzkri.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-11-06T16:28:13.000Z","updated_at":"2024-10-27T01:19:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b96573f-1412-4765-bb30-7bc4367036af","html_url":"https://github.com/ZakariaElbouzkri/printf","commit_stats":null,"previous_names":["zakariaelbouzkri/42ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakariaElbouzkri%2Fprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakariaElbouzkri%2Fprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakariaElbouzkri%2Fprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakariaElbouzkri%2Fprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZakariaElbouzkri","download_url":"https://codeload.github.com/ZakariaElbouzkri/printf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240965297,"owners_count":19885906,"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":["algo","c","variadic-functions"],"created_at":"2024-11-11T15:32:09.227Z","updated_at":"2025-02-27T02:25:15.091Z","avatar_url":"https://github.com/ZakariaElbouzkri.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t✏️ ft_printf\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cb\u003e\u003ci\u003eBecause putnbr and putstr aren’t enough\u003c/i\u003e\u003c/b\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"GitHub code size in bytes\" src=\"https://img.shields.io/github/languages/code-size/zel-bouz/ft_printf?style=flat-square\" /\u003e\n\t\u003cimg alt=\"Number of lines of code\" src=\"https://img.shields.io/tokei/lines/github/zel-bouz/ft_printf\" /\u003e\n\t\u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/zel-bouz/ft_printf?style=flat-square\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n\t\u003ca href=\"#%EF%B8%8F-about\"\u003eAbout\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#%EF%B8%8F-usage\"\u003eUsage\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#-testing\"\u003eTesting\u003c/a\u003e\n\u003c/h3\u003e\n\n---\n\n## 💡 About the project\n\n\u003e _This project is pretty straight forward. You will recode printf. You will mainly learn how to use variadic arguments._\n\n\tThis project consists of coding a library that contains a simplified version (more\n\tinformation below) of the printf function.\n\nFor more detailed information, look at the [**subject of this project**](https://github.com/Surfi89/42cursus/tree/main/Subject%20PDFs).\n\n\n## 🛠️ Usage\n\n### Requirements\n\nThe function is written in C language and thus needs the **`gcc` compiler** and some standard **C libraries** to run.\n\n### Instructions\n\n**1. Compiling the library**\n\nTo compile, go to the library path and run:\n\n```shell\n$ make\n```\n\n**2. Using it in your code**\n\nTo use the library functions in your code, simply include its header:\n\n```C\n#include \"ft_printf.h\"\n```\n\n## 📋 Testing\n\nYou can use this third party tester to fully test the project:\n\n* [Tripouille/printfTester](https://github.com/Tripouille/printfTester)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakariaelbouzkri%2Fprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakariaelbouzkri%2Fprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakariaelbouzkri%2Fprintf/lists"}