{"id":24364210,"url":"https://github.com/servettonga/libft","last_synced_at":"2026-04-25T01:39:26.781Z","repository":{"id":214902921,"uuid":"736228022","full_name":"servettonga/libft","owner":"servettonga","description":"A custom C library implementing standard library functions and additional utilities","archived":false,"fork":false,"pushed_at":"2025-01-10T11:48:29.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T23:51:23.862Z","etag":null,"topics":["clang","clanguage","cpp","standard-library"],"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/servettonga.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":"2023-12-27T10:26:54.000Z","updated_at":"2025-01-10T11:48:33.000Z","dependencies_parsed_at":"2024-01-21T22:45:18.555Z","dependency_job_id":"0e50d552-194a-4d0b-8f07-d82a097c002a","html_url":"https://github.com/servettonga/libft","commit_stats":null,"previous_names":["servettonga/libft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servettonga%2Flibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servettonga%2Flibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servettonga%2Flibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servettonga%2Flibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/servettonga","download_url":"https://codeload.github.com/servettonga/libft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243196618,"owners_count":20251857,"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":["clang","clanguage","cpp","standard-library"],"created_at":"2025-01-18T23:51:44.020Z","updated_at":"2025-12-28T05:03:03.999Z","avatar_url":"https://github.com/servettonga.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libft\n\nA custom C library implementing standard library functions and additional utilities\n\n## Overview\n\nThis project recreates various standard C library functions along with additional utilities. It provides a foundation for other 42 school projects.\n\n## Categories\n\n### Memory Functions\n\n- `ft_memset` - Fill memory with a constant byte\n- `ft_bzero` - Zero a byte string\n- `ft_memcpy` - Copy memory area\n- `ft_memmove` - Copy memory area with overlap handling\n- `ft_memchr` - Scan memory for a character\n- `ft_memcmp` - Compare memory areas\n- `ft_calloc` - Allocate and zero memory\n\n### String Functions\n\n- `ft_strlen`, `ft_strlcpy`, `ft_strlcat` - String length and copying\n- `ft_strchr`, `ft_strrchr` - Find characters in strings\n- `ft_strnstr`, `ft_strncmp` - String searching and comparison\n- `ft_strdup`, `ft_substr` - String duplication and extraction\n- `ft_strjoin`, `ft_strtrim` - String joining and trimming\n- `ft_split` - Split string into array\n- `ft_strmapi`, `ft_striteri` - String character mapping\n\n### Character Functions\n\n- `ft_isalpha`, `ft_isdigit`, `ft_isalnum` - Character classification\n- `ft_isascii`, `ft_isprint` - Additional character checks\n- `ft_toupper`, `ft_tolower` - Character case conversion\n\n### Number Functions\n\n- `ft_atoi` - Convert string to integer\n- `ft_itoa` - Convert integer to string\n\n### File Descriptor Functions\n\n- `ft_putchar_fd`, `ft_putstr_fd` - Output characters and strings\n- `ft_putendl_fd`, `ft_putnbr_fd` - Output with newline and numbers\n\n### List Functions (Bonus)\n\n- List creation and deletion\n- List manipulation and traversal\n- List transformation\n\n----\nPublished for tracking personal development only.\n\nlibftTester by: https://github.com/Tripouille/libftTester\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservettonga%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fservettonga%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservettonga%2Flibft/lists"}