{"id":19196503,"url":"https://github.com/semx2a/ft_printf","last_synced_at":"2026-06-23T14:30:15.140Z","repository":{"id":219951201,"uuid":"749895381","full_name":"semx2a/ft_printf","owner":"semx2a","description":"Reverse engineering printf","archived":false,"fork":false,"pushed_at":"2024-02-08T16:21:52.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T09:13:46.722Z","etag":null,"topics":["c","library","makefile","reverse-engineering"],"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/semx2a.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":"2024-01-29T15:59:30.000Z","updated_at":"2024-01-30T14:05:32.000Z","dependencies_parsed_at":"2024-01-30T14:56:05.115Z","dependency_job_id":"660c881a-51ed-42ee-a09c-9f74ece9d30d","html_url":"https://github.com/semx2a/ft_printf","commit_stats":null,"previous_names":["semx2a/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semx2a%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semx2a%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semx2a%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semx2a%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semx2a","download_url":"https://codeload.github.com/semx2a/ft_printf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271527,"owners_count":19774859,"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":["c","library","makefile","reverse-engineering"],"created_at":"2024-11-09T12:13:52.328Z","updated_at":"2026-06-23T14:30:15.061Z","avatar_url":"https://github.com/semx2a.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_printf\n\n## Summary\nThe goal of this project is to retro-engineer the `printf()` function in C, providing a deep understanding of variadic functions in C.\n\n## Git Repository Contents\n\n- `Makefile`: Script for compiling source files with necessary flags.\n- `*.h` : Header files containing function prototypes.\n- `*.c` : Source files implementing the `ft_printf()` function and any additional features.\n\n## Acquired Skills\n\n### C Programming\n\n- Implementation of a complex function (`ft_printf()`) in C.\n- Adherence to the `School 42` C coding standard.\n- Handling of variadic functions.\n- Unit testing.\n\n### Memory Management\n\n- Dynamic memory allocation and deallocation.\n- Prevention of memory leaks through proper memory management.\n\n### String Formatting\n\n- Usage of external functions: `write`, `va_start`, `va_arg`, `va_copy`, `va_end`.\n- Mimicking the behavior of the original `printf()` function.\n- Handling conversions such as `%c`, `%s`, `%p`, `%d`, `%i`, `%u`, `%x`, `%X`, `%%`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemx2a%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemx2a%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemx2a%2Fft_printf/lists"}