{"id":26569767,"url":"https://github.com/nabilac27/ft_printf","last_synced_at":"2025-03-22T21:37:03.917Z","repository":{"id":262140471,"uuid":"886334431","full_name":"nabilac27/ft_printf","owner":"nabilac27","description":" ft_printf is an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.","archived":false,"fork":false,"pushed_at":"2025-03-18T05:15:22.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T05:32:10.010Z","etag":null,"topics":["dynamic-memory-allocation","error-handling","memory-management","string-formatting","string-manipulation","variadic-function"],"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/nabilac27.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-11-10T18:52:02.000Z","updated_at":"2025-03-18T05:15:25.000Z","dependencies_parsed_at":"2024-11-10T19:43:24.751Z","dependency_job_id":"e0a15480-7078-41ed-a5e3-4462a6c0a4d4","html_url":"https://github.com/nabilac27/ft_printf","commit_stats":null,"previous_names":["nabilac27/ft_printf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabilac27%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabilac27%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabilac27%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabilac27%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabilac27","download_url":"https://codeload.github.com/nabilac27/ft_printf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245025830,"owners_count":20549067,"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":["dynamic-memory-allocation","error-handling","memory-management","string-formatting","string-manipulation","variadic-function"],"created_at":"2025-03-22T21:37:03.357Z","updated_at":"2025-03-22T21:37:03.850Z","avatar_url":"https://github.com/nabilac27.png","language":"C","readme":"This repository contains my implementation of the ft_printf function, \na fundamental part of the 42 School curriculum.\n\nThe goal is to recreate the standard C printf function with specified \nfeatures and constraints while deepening understanding of variadic functions, \nmemory management, and formatted output.\n\nAbout ft_printf\n\n  printf is a variadic function, meaning it accepts a variable number of arguments. \n  The first argument is a format string that defines how the subsequent arguments are formatted and displayed.\n\nKey Concepts\n\n  Variadic Functions\n\n  The \u003cstdarg.h\u003e library provides macros for working with variadic functions:\n    va_start: Initializes a va_list for use.\n    va_arg: Retrieves the next argument in the list.\n    va_end: Cleans up the va_list when done.\n\n  Return Type\n\n  Returns the total length of characters printed.\n  If an error occurs, ft_printf returns -1.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabilac27%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabilac27%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabilac27%2Fft_printf/lists"}