{"id":18319933,"url":"https://github.com/mushigarou/libft","last_synced_at":"2025-04-09T14:23:15.198Z","repository":{"id":158450492,"uuid":"552526320","full_name":"Mushigarou/Libft","owner":"Mushigarou","description":"A collection of Libc functions that have the same behavior as the original ones","archived":false,"fork":false,"pushed_at":"2023-06-15T09:38:39.000Z","size":1936,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T08:20:42.534Z","etag":null,"topics":["c-language-programming","libc"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mushigarou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-16T19:39:34.000Z","updated_at":"2023-06-05T09:08:56.000Z","dependencies_parsed_at":"2023-07-13T04:33:15.215Z","dependency_job_id":null,"html_url":"https://github.com/Mushigarou/Libft","commit_stats":null,"previous_names":["leakedbytebuster/libft","mushigarou/libft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2FLibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2FLibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2FLibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mushigarou%2FLibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mushigarou","download_url":"https://codeload.github.com/Mushigarou/Libft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054259,"owners_count":21039966,"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-language-programming","libc"],"created_at":"2024-11-05T18:14:43.283Z","updated_at":"2025-04-09T14:23:15.173Z","avatar_url":"https://github.com/Mushigarou.png","language":"C","readme":"# Libft\n\nThis project is about coding a C library.\nIt contains a lot of general purpose functions my future programs will rely upon.\n\n## Usage:\n```\n$\u003e git clone https://github.com/Mushigarou/Libft.git\n$\u003e cd Libft\n$\u003e make\n```\nNow you have a static library `libft.a` which you can link with other programs.\n\n## Functions\n- [x] ft_atoi\n- [x] ft_bzero\n- [x] ft_calloc\n- [x] ft_isalnum\n- [x] ft_isalpha\n- [x] ft_isascii\n- [x] ft_isdigit\n- [x] ft_isprint\n- [x] ft_itoa\n- [x] ft_lstadd_back\n- [x] ft_lstadd_front\n- [x] ft_lstclear\n- [x] ft_lstdelone\n- [x] ft_lstiter\n- [x] ft_lstlast\n- [x] ft_lstmap\n- [x] ft_lstnew\n- [x] ft_lstsize\n- [x] ft_memchr\n- [x] ft_memcmp\n- [x] ft_memcpy\n- [x] ft_memmove\n- [x] ft_memset\n- [x] ft_putchar_fd\n- [x] ft_putendl_fd\n- [x] ft_putnbr_fd\n- [x] ft_putstr_fd\n- [x] ft_split\n- [x] ft_strchr\n- [x] ft_strdup\n- [x] ft_striteri\n- [x] ft_strjoin\n- [x] ft_strlcat\n- [x] ft_strlcpy\n- [x] ft_strlen\n- [x] ft_strmapi\n- [x] ft_strncmp\n- [x] ft_strnstr\n- [x] ft_strrchr\n- [x] ft_strtrim\n- [x] ft_substr\n- [x] ft_tolower\n- [x] ft_toupper\n\n## Contributing\nContributions to this project are welcome! If you find any issues or have improvements to suggest, please feel free to submit a pull request.\n\n## License\nThis project is licensed under the MIT license\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmushigarou%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmushigarou%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmushigarou%2Flibft/lists"}