{"id":20269525,"url":"https://github.com/iker-gonzalez/ft-printf","last_synced_at":"2025-10-13T23:33:30.339Z","repository":{"id":109130910,"uuid":"499788158","full_name":"iker-gonzalez/ft-printf","owner":"iker-gonzalez","description":"Recoding of the simplified version of the printf function in C","archived":false,"fork":false,"pushed_at":"2022-06-05T11:11:37.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T23:26:31.711Z","etag":null,"topics":["42cursus","c","printf","variadic-function"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iker-gonzalez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-04T10:03:25.000Z","updated_at":"2024-12-04T09:18:25.000Z","dependencies_parsed_at":"2023-06-14T22:00:22.652Z","dependency_job_id":null,"html_url":"https://github.com/iker-gonzalez/ft-printf","commit_stats":null,"previous_names":["iker-gonzalez/ft-printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iker-gonzalez/ft-printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fft-printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fft-printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fft-printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fft-printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iker-gonzalez","download_url":"https://codeload.github.com/iker-gonzalez/ft-printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fft-printf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017237,"owners_count":26086015,"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-13T02:00:06.723Z","response_time":61,"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":["42cursus","c","printf","variadic-function"],"created_at":"2024-11-14T12:25:38.383Z","updated_at":"2025-10-13T23:33:30.318Z","avatar_url":"https://github.com/iker-gonzalez.png","language":"C","readme":"\u003ch1 align=\"center\"\u003e\n\t42cursus' ft_printf\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cb\u003e\u003ci\u003eDevelopment repo for 42cursus' ft_printf project\u003c/i\u003e\u003c/b\u003e\u003cbr\u003e\n\tFor further information about 42cursus and its projects, please refer to \u003ca href=\"https://github.com/iker-gonzalez/42_cursus\"\u003e\u003cb\u003e42cursus repo\u003c/b\u003e\u003c/a\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/iker-gonzalez/ft_printf?color=blueviolet\" /\u003e\n\t\u003cimg alt=\"Number of lines of code\" src=\"https://img.shields.io/tokei/lines/github/iker-gonzalez/ft_printf?color=blueviolet\" /\u003e\n\t\u003cimg alt=\"Code language count\" src=\"https://img.shields.io/github/languages/count/iker-gonzalez/ft_printf?color=blue\" /\u003e\n\t\u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/iker-gonzalez/ft_printf?color=blue\" /\u003e\n\t\u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/iker-gonzalez/ft_printf?color=brightgreen\" /\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\n\n\u003e This project consists of coding a library that contains a simplified version of the printf function.\n  \nFor detailed information, refer to the [**subject of this project**](https://github.com/iker-gonzalez/42_cursus/blob/main/_PDFs/en.subject_ft_printf.pdf)\n\n\n## 🛠️ Usage\n\n### Requirements\n\nThe library 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 the library, run:\n\n```shell\n$ cd path/to/ft_printf \u0026\u0026 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\nand, when compiling your code, add the required flags:\n\n```shell\n-lftprintf -L path/to/libftprintf.a -I path/to/ft_printf.h\n```\n\n## Testing\n\nYou can use any of this third-party testers:\n\n* [gavinfielder/pft](https://github.com/gavinfielder/pft)\n* [Mazoise/42TESTERS-PRINTF](https://github.com/Mazoise/42TESTERS-PRINTF)\n* [HappyTramp/ft_printf_test](https://github.com/HappyTramp/ft_printf_test)\n* [t0mm4rx/ftprintfdestructor](https://github.com/t0mm4rx/ftprintfdestructor)\n* [charMstr/printf_lover_v2](https://github.com/charMstr/printf_lover_v2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fft-printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiker-gonzalez%2Fft-printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fft-printf/lists"}