{"id":19675480,"url":"https://github.com/kuninoto/42_ft_printf","last_synced_at":"2025-04-29T02:30:37.977Z","repository":{"id":157766204,"uuid":"554244042","full_name":"Kuninoto/42_ft_printf","owner":"Kuninoto","description":"A simple replica of the C printf function","archived":false,"fork":false,"pushed_at":"2025-03-27T23:07:01.000Z","size":129,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T12:42:03.707Z","etag":null,"topics":["42","42-ft-printf","42born2code","42cursus","42ecole","42porto","42portugal","42project","42projects","42school","ecole42","ft-printf","ft-printf42","printf-42","school42","variadic-arguments"],"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/Kuninoto.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-10-19T13:42:41.000Z","updated_at":"2025-04-01T14:27:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc3b12ff-69dc-4b4a-9b19-8b5b65eea907","html_url":"https://github.com/Kuninoto/42_ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_ft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_ft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_ft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_ft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuninoto","download_url":"https://codeload.github.com/Kuninoto/42_ft_printf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251420885,"owners_count":21586697,"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","42-ft-printf","42born2code","42cursus","42ecole","42porto","42portugal","42project","42projects","42school","ecole42","ft-printf","ft-printf42","printf-42","school42","variadic-arguments"],"created_at":"2024-11-11T17:24:22.567Z","updated_at":"2025-04-29T02:30:37.965Z","avatar_url":"https://github.com/Kuninoto.png","language":"C","readme":"# ft_printf (42Porto - 42Cursus)  \n\n## Grade: 100/100\n\n### Description:\n\nLibc's printf() basic replica.  \n\n#### ft_printf() supported specifiers:  \n`%c` - Prints a single character  \n`%s` - Prints a string  \n`%p` - Prints a pointer adress  \n`%d` or `%i` - Prints a signed integer  \n`%u` - Prints an unsigned integer  \n`%x` or `%X` - Prints an unsigned integer in hexadecimal format  \n\n### Installing and running the project:\n\n1- Clone this repository\n\t\n\tgit clone https://github.com/Kuninoto/42_ft_printf\n2- Run `make`\n\n   \tmake\n3- Run `make clean` so that you don't keep the object files that you won't need anymore\n\n\tmake clean\n4- Compile your project (e.g. `main.c`) with your new `libftprintf.a`\n\n\tcc -Wall -Wextra -Werror main.c libftprintf.a\n\n#### Makefile:  \nBeing `ft_printf()` an addition to the personal library started on [Libft](https://github.com/Kuninoto/42_Libft), the provided Makefile compiles them together.\n\n##### Available targets\n\n`make` or `make all` - Makes `libftprintf.a`  \n`make clean` - Deletes all the resulting object files  \n`make fclean` - Deletes `libftprintf.a` and all the resulting object files  \n`make re` - Deletes everything (object files and `libftprintf.a`) and rebuilds `libftprintf.a`  \n\n##### To keep track of what's inside your resulting `libftprintf.a` run `ar -t libftprintf.a`  \n\n### Tests:  \n[printfTester](https://github.com/Tripouille/printfTester)  \n\u003cimg src=\"https://github.com/Kuninoto/42_ft_printf/blob/master/extras/printfTester.png\" width=\"80%\"/\u003e\n\n## Disclaimer\n\u003e At [42School](https://en.wikipedia.org/wiki/42_(school)), almost every project must be written in accordance to the \"Norm\", the schools' coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.\n---\nMade by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com  \n\u003cdiv id=\"badge\"\u003e \u003ca href=\"https://www.linkedin.com/in/nuno-carvalho-218822247\"/\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"/\u003e\u0026nbsp;\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_ft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuninoto%2F42_ft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_ft_printf/lists"}