{"id":19947337,"url":"https://github.com/clementvidon/ft_printf","last_synced_at":"2025-07-04T09:06:46.481Z","repository":{"id":119380131,"uuid":"435951349","full_name":"clementvidon/ft_printf","owner":"clementvidon","description":"[documented code / -pedantic -std=c89] - Recode printf function","archived":false,"fork":false,"pushed_at":"2022-08-31T12:09:22.000Z","size":1286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T09:06:43.574Z","etag":null,"topics":["42","42born2code","42cursus","42projects","42school","ftprintf","ftprintf42"],"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/clementvidon.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":"2021-12-07T16:26:01.000Z","updated_at":"2023-11-10T09:57:54.000Z","dependencies_parsed_at":"2023-07-04T15:01:15.488Z","dependency_job_id":null,"html_url":"https://github.com/clementvidon/ft_printf","commit_stats":null,"previous_names":["clementvidon/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clementvidon/ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clementvidon","download_url":"https://codeload.github.com/clementvidon/ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fft_printf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263480867,"owners_count":23473164,"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":["42","42born2code","42cursus","42projects","42school","ftprintf","ftprintf42"],"created_at":"2024-11-13T00:35:34.141Z","updated_at":"2025-07-04T09:06:46.456Z","avatar_url":"https://github.com/clementvidon.png","language":"C","readme":"\u003ch1 align=\"center\"\u003e\n\tFT_PRINTF 42\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n\t\u003ca href=\"#Summary\"\u003eSummary\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Usage\"\u003eUsage\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Tester\"\u003eTester\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Tools\"\u003eTools\u003c/a\u003e\n\u003c/h3\u003e\n\n## Summary\n\n\u003e *The goal of this project is pretty straightforward. You will recode printf().\n\u003e You will mainly learn about using a variable number of arguments.*\n\u003e [Subject](https://cdn.intra.42.fr/pdf/pdf/58827/en.subject.pdf)\n\nExternal functions: `write`, `va_start`, `va_arg`, `va_end`\n\nCode written in accordance with **42 C** coding style,  **ANSI C89** compliant and entirely **documented with docstrings**.\n\n## Usage\n\nCompile the library with a simple `make -j` then add `#include \"ft_printf.h\"` to\nyour project and compile it with these additional flags:\n\n    -I \u003cpath_to_libftprintf_include_dir\u003e\n    -L \u003cpath_to_libftprintf_dir\u003e\n    -l ftprintf\n\n***Makefile rules***\n\n- `make` -- compiles get_next_line.\n- `make clean` -- deletes object files.\n- `make fclean` -- deletes object files and get_next_line.\n- `make re` -- fclean + make.\n\n## Tester\n\n- **[Printfest](test/printfest.c)** will try various, flags, value as well as\n  undefined behavior cases to make sure that the program does not crash.\n\nUsage: `cd test \u0026\u0026 make run`\n\n## Tools\n\n- **sanitizer**: `-fsanitize=address`\n\n*Add `-g` flag when compiling with `-fsanitize=address` to print errors line numbers instead of addresses in hexadecimal.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementvidon%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclementvidon%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementvidon%2Fft_printf/lists"}