{"id":20135680,"url":"https://github.com/timhopg/42-ft_printf","last_synced_at":"2026-05-31T01:31:31.705Z","repository":{"id":235533758,"uuid":"790869820","full_name":"TimHopg/42-ft_printf","owner":"TimHopg","description":"A micro implementation of the printf function for 42 School Lisboa","archived":false,"fork":false,"pushed_at":"2024-09-19T09:25:14.000Z","size":1565,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T09:36:35.453Z","etag":null,"topics":["42school","clang"],"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/TimHopg.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":"2024-04-23T17:17:54.000Z","updated_at":"2024-09-19T09:25:18.000Z","dependencies_parsed_at":"2025-01-13T09:32:31.676Z","dependency_job_id":"c014ad80-9f58-459b-9d49-e206aa216fc0","html_url":"https://github.com/TimHopg/42-ft_printf","commit_stats":null,"previous_names":["timhopg/ft_printf_100","timhopg/42-ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-ft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-ft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-ft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-ft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimHopg","download_url":"https://codeload.github.com/TimHopg/42-ft_printf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582527,"owners_count":19985846,"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":["42school","clang"],"created_at":"2024-11-13T21:16:12.035Z","updated_at":"2026-05-31T01:31:31.697Z","avatar_url":"https://github.com/TimHopg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42-ft_printf\n\n![ft_printf grade](./ft_printf_grade.png)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Introduction\n\nA [42 School](https://www.42network.org/) project to create a reduced implementation of the clang `stdio` `printf` function.\n\nThe following conversions are implemented:\n\n- `%c` - single char\n- `%s` - prints a string\n- `%p` - prints a pointer in hex format\n- `%d` - prints a decimal number\n- `%i` - prints and int in base 10\n- `%u` - prints an unsigned decimal\n- `%x` - prints a lowercase hex number\n- `%X` - prints an uppercase hex number\n- `%%` - prints a percentage sign\n\nBuffer management is not implemented.\n\n## Installation\n\nGit clone the repository:\n\n```shell\nhttps://github.com/TimHopg/42-ft_printf.git\n```\n\nRun `make` from within the directory to archive `libft.a` and then combine it with `libftprintf.a`.\n\n`make clean` will remove object files.\n\n`make fclean` will remove library and object files.\n\n## Usage\n\nTo use include the `libftprintf.a` file in your project and include the `libftprintf.h` header in your source code.\n\nCompile as follows:\n\n``` shell\ncc main.c -L. -lftprintf -o main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhopg%2F42-ft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimhopg%2F42-ft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhopg%2F42-ft_printf/lists"}