{"id":27151656,"url":"https://github.com/0xromjobert/ft_printf","last_synced_at":"2025-06-10T16:36:13.046Z","repository":{"id":178412499,"uuid":"641958337","full_name":"0xromjobert/ft_printf","owner":"0xromjobert","description":"A 42 school project aimed at re-building the behavior of the C library function printf using variadic arguments.","archived":false,"fork":false,"pushed_at":"2023-07-03T17:04:56.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T14:54:40.799Z","etag":null,"topics":["c","ft-printf","string-manipulation"],"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/0xromjobert.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":"2023-05-17T14:13:59.000Z","updated_at":"2023-07-03T17:50:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"63771fc7-6b34-402e-9d45-6464da81547d","html_url":"https://github.com/0xromjobert/ft_printf","commit_stats":null,"previous_names":["romz8/ft_printf","0xromjobert/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xromjobert%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xromjobert%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xromjobert%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xromjobert%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xromjobert","download_url":"https://codeload.github.com/0xromjobert/ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xromjobert%2Fft_printf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259112297,"owners_count":22807056,"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","ft-printf","string-manipulation"],"created_at":"2025-04-08T14:54:48.231Z","updated_at":"2025-06-10T16:36:13.020Z","avatar_url":"https://github.com/0xromjobert.png","language":"C","readme":"# ft_printf\nA 42 school project aimed at re-building the behavior of the C library function `printf()` using variadic arguments.\nThe purpose of the exercise is to learn about variadic arguments manipulation while leveraging the Libft library previously built.\n\nThe formats read by `ft_printf()` in this exercise are :\n* `%c` : a character.\n* `%s` : a string.\n* `%p`  : pointer argument printed in hex format.\n* `%d` : a decimal (base 10) number.\n* `%i` : an integer.\n* `%u` : an unsigned decimal (base 10).\n* `%x` (or `%X`) : a number in hexadecimal lowercase (or uppercase) : ex %x or %X print f5 or F5 for 245 in base10\n* `%%` : a percent sign\n\n## Status\nFinished : 19/05/2023\n\nGrade : 100/100\n\n## Usage\n\n`make` to compile\n\nthe `Makefile` will add the `ft_printf()` function to the `libft.a` library and rename it `libftprintf.a`, \nyou can then compile any `main.c` file calling ft_printf and run it\n```\ncc main.c libftprintf.a\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xromjobert%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xromjobert%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xromjobert%2Fft_printf/lists"}