{"id":22622919,"url":"https://github.com/ismailco/libft","last_synced_at":"2025-03-29T02:43:16.726Z","repository":{"id":225650137,"uuid":"734407253","full_name":"Ismailco/libft","owner":"Ismailco","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-03T13:12:11.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T12:50:56.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Ismailco.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-21T15:49:02.000Z","updated_at":"2024-03-03T12:56:06.000Z","dependencies_parsed_at":"2024-03-03T14:27:01.305Z","dependency_job_id":"1d377ff9-0c75-4834-a191-4421c7856267","html_url":"https://github.com/Ismailco/libft","commit_stats":null,"previous_names":["ismailco/libft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismailco%2Flibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismailco%2Flibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismailco%2Flibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ismailco%2Flibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ismailco","download_url":"https://codeload.github.com/Ismailco/libft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131242,"owners_count":20728299,"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":[],"created_at":"2024-12-08T23:19:16.433Z","updated_at":"2025-03-29T02:43:16.698Z","avatar_url":"https://github.com/Ismailco.png","language":"C","readme":"# libft\n\n**Description:**\n\n`libft` is a custom C library that replicates essential functions from the standard C library (`libc`). It is designed to provide a set of utility functions for string manipulation, memory handling, and list operations.\n\n**Table of Contents:**\n\n1. [Introduction](#introduction)\n2. [Usage](#usage)\n3. [File Structure](#file-structure)\n4. [Building](#building)\n5. [Bonus Functions](#bonus-functions)\n6. [License](#license)\n\n## Introduction\n\nThe `libft` library aims to provide a comprehensive set of functions commonly used in C programming. It includes standard string manipulation, memory handling, and additional list manipulation functions.\n\n## Usage\n\nTo use `libft` in your project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   ```\n\n- Include the necessary header file in your source code:\n  ```\n   #include \"libft.h\"\n  ```\n- Compile your program with the libft.a library:\n  ```\n  gcc your_program.c -L./libft -lft -o your_program\n  ```\n- Run your program:\n  ```\n  ./your_program\n  ```\n\n## File Structure\nThe library is organized into the following files:\n  ```\n  CFILES = ft_isalnum.c ft_isascii.c ft_isalpha.c ft_isdigit.c ft_tolower.c \\\n         ft_toupper.c ft_strlen.c ft_isprint.c ft_memset.c ft_bzero.c \\\n         ft_memcpy.c ft_memmove.c ft_strncmp.c ft_strlcpy.c ft_strlcat.c \\\n         ft_atoi.c ft_strchr.c ft_strrchr.c ft_memchr.c ft_memcmp.c \\\n         ft_strnstr.c ft_calloc.c ft_strdup.c ft_substr.c ft_strjoin.c \\\n         ft_strtrim.c ft_split.c ft_itoa.c ft_strmapi.c ft_striteri.c \\\n         ft_putchar_fd.c ft_putstr_fd.c ft_putendl_fd.c ft_putnbr_fd.c\n\nBONUS_CFILES = ft_lstnew_bonus.c ft_lstadd_front_bonus.c ft_lstsize_bonus.c \\\n               ft_lstlast_bonus.c ft_lstadd_back_bonus.c ft_lstdelone_bonus.c \\\n               ft_lstclear_bonus.c ft_lstiter_bonus.c ft_lstmap_bonus.c\n```\n## Building\nTo build the library, run:\n  ```\n  make\n  ```\nThis will compile the source files and create the libft.a static library.\n## Bonus Functions\nIn addition to the standard functions, libft provides bonus functions for linked list manipulation. These functions are compiled into the libft.a library.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n```\nMake sure to replace `\u003crepository-url\u003e` with the actual URL of your repository. Feel free to customize the content further based on your specific project details.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismailco%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismailco%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismailco%2Flibft/lists"}