{"id":20542493,"url":"https://github.com/bebalix/libft","last_synced_at":"2026-04-22T10:03:00.654Z","repository":{"id":178986392,"uuid":"512904637","full_name":"BebAlix/libft","owner":"BebAlix","description":"Create my own C library ","archived":false,"fork":false,"pushed_at":"2023-04-10T11:23:15.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T04:31:06.978Z","etag":null,"topics":["42projects","language-c","libft"],"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/BebAlix.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-07-11T20:48:58.000Z","updated_at":"2023-08-29T11:52:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"03a63273-b32e-4731-a6ac-5463fc538306","html_url":"https://github.com/BebAlix/libft","commit_stats":null,"previous_names":["bebalix/libft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BebAlix/libft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2Flibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2Flibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2Flibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2Flibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BebAlix","download_url":"https://codeload.github.com/BebAlix/libft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BebAlix%2Flibft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["42projects","language-c","libft"],"created_at":"2024-11-16T01:32:40.041Z","updated_at":"2026-04-22T10:03:00.637Z","avatar_url":"https://github.com/BebAlix.png","language":"C","readme":"# libft\n\nMake a my own libc with this fonction :\n\n1. implement function who exist in libc :\n\n• isalpha\n• isdigit\n• isalnum\n• isascii\n• isprint\n• strlen\n• memset\n• bzero\n• memcpy\n• memmove\n• strlcpy\n• strlcat\n• toupper\n• tolower\n• strchr\n• strrchr\n• strncmp\n• memchr\n• memcmp\n• strnstr\n• atoi\n• calloc\n• strdup\n\n2. implement function who's not exist in libc:\n\n• ft_substr\n• ft_strjoin\n• ft_strtrim\n• ft_split\n• ft_itoa\n• ft_strmapi\n• ft_striteri\n• ft_putchar_fd\n• ft_putstr_fd\n• ft_putendl_fd\n• ft_putnbr_fd\n\n3. bonus, implement function for linked list :\n• ft_lstnew\n• ft_lstadd_front\n• ft_lstsize\n• ft_lstlast\n• ft_lstadd_back\n• ft_lstdelone\n• ft_lstclear\n• ft_lstiter\n• ft_lstmap\n\nI add two other project in the libft with this functions :\n\n• get_next_line\n\n• ft_printf\n\n\n\n## How to use\n\n- compile and create the lib.a :\n\n  ```sh\n   $ make\n   ```\n\n- Remove all:\n\n\t```sh\n\t$ make fclean\n\t```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebalix%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbebalix%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbebalix%2Flibft/lists"}