{"id":24719299,"url":"https://github.com/simon-gardier/mini-libc","last_synced_at":"2025-10-05T12:33:20.585Z","repository":{"id":227836674,"uuid":"772512901","full_name":"simon-gardier/mini-libc","owner":"simon-gardier","description":"⚙️ Implementation of a small C standard library","archived":false,"fork":false,"pushed_at":"2024-05-31T17:56:31.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T11:17:20.582Z","etag":null,"topics":["c-lang","clanguage","stdlib"],"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/simon-gardier.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}},"created_at":"2024-03-15T10:40:17.000Z","updated_at":"2025-01-20T20:22:34.000Z","dependencies_parsed_at":"2024-03-19T11:56:07.353Z","dependency_job_id":null,"html_url":"https://github.com/simon-gardier/mini-libc","commit_stats":null,"previous_names":["sgardier/mini_libc","simon-gardier/mini-libc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-gardier%2Fmini-libc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-gardier%2Fmini-libc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-gardier%2Fmini-libc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-gardier%2Fmini-libc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simon-gardier","download_url":"https://codeload.github.com/simon-gardier/mini-libc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952554,"owners_count":20537467,"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-lang","clanguage","stdlib"],"created_at":"2025-01-27T11:17:21.094Z","updated_at":"2025-10-05T12:33:15.548Z","avatar_url":"https://github.com/simon-gardier.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚙️ Mini C standard library\r\n![Release](https://img.shields.io/badge/Release-v1.0-blueviolet?style=for-the-badge)\r\n![Language](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge)\r\n\r\nImplementation of a small standard library to work with strings and numbers.\r\nC library done for the libft project of School 19.\r\n\r\n## Content\r\n\r\n- ./conversion : conversions functions from int to string and the other way around.\r\n- ./memory : memory related functions, see the man page of the related functions.\r\n- ./string : string related functions, see the man page of the related functions.\r\n- ./miscellaneous : \r\n    - ft_printf : simplified version of standard printf.\r\n    - ft_get_next_line : file related function returning the next line of the file.\r\n\r\n## Example\r\nSee `example.c` for some libft usage examples.\r\nTo compile and run the example :\r\n```terminal\r\nmake\r\ngcc example.c libft.a \r\n./a.out\r\n```\r\n\r\n## Credits\r\n- [Simon Gardier](https://github.com/simon-gardier)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon-gardier%2Fmini-libc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimon-gardier%2Fmini-libc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon-gardier%2Fmini-libc/lists"}