Code Monkey home page Code Monkey logo

libft's Introduction

Libft ๐Ÿ“š ๐Ÿ’ป slegaris's 42 Libft Score

Welcome to the Libft repository! This custom library is my implementation of several standard C library functions, as well as some additional ones. This project is part of the 42 Madrid cursus. ๐Ÿš€ ๐ŸŽ‰

Contents ๐Ÿ“

/Libft
.
โ”œโ”€โ”€ Makefile
โ”œโ”€โ”€ ft_atoi.c
โ”œโ”€โ”€ ft_bzero.c
โ”œโ”€โ”€ ft_calloc.c
โ”œโ”€โ”€ ft_isalnum.c
โ”œโ”€โ”€ ft_isalpha.c
โ”œโ”€โ”€ ft_isascii.c
โ”œโ”€โ”€ ft_isdigit.c
โ”œโ”€โ”€ ft_isprint.c
โ”œโ”€โ”€ ft_itoa.c
โ”œโ”€โ”€ ft_lstadd_back_bonus.c
โ”œโ”€โ”€ ft_lstadd_front_bonus.c
โ”œโ”€โ”€ ft_lstclear_bonus.c
โ”œโ”€โ”€ ft_lstdelone_bonus.c
โ”œโ”€โ”€ ft_lstiter_bonus.c
โ”œโ”€โ”€ ft_lstlast_bonus.c
โ”œโ”€โ”€ ft_lstnew_bonus.c
โ”œโ”€โ”€ ft_lstsize_bonus.c
โ”œโ”€โ”€ ft_memchr.c
โ”œโ”€โ”€ ft_memcmp.c
โ”œโ”€โ”€ ft_memcpy.c
โ”œโ”€โ”€ ft_memmove.c
โ”œโ”€โ”€ ft_memset.c
โ”œโ”€โ”€ ft_putchar_fd.c
โ”œโ”€โ”€ ft_putendl_fd.c
โ”œโ”€โ”€ ft_putnbr_fd.c
โ”œโ”€โ”€ ft_putstr_fd.c
โ”œโ”€โ”€ ft_split.c
โ”œโ”€โ”€ ft_strchr.c
โ”œโ”€โ”€ ft_strdup.c
โ”œโ”€โ”€ ft_striteri.c
โ”œโ”€โ”€ ft_strjoin.c
โ”œโ”€โ”€ ft_strlcat.c
โ”œโ”€โ”€ ft_strlcpy.c
โ”œโ”€โ”€ ft_strlen.c
โ”œโ”€โ”€ ft_strmapi.c
โ”œโ”€โ”€ ft_strncmp.c
โ”œโ”€โ”€ ft_strnstr.c
โ”œโ”€โ”€ ft_strrchr.c
โ”œโ”€โ”€ ft_strtrim.c
โ”œโ”€โ”€ ft_substr.c
โ”œโ”€โ”€ ft_tolower.c
โ”œโ”€โ”€ ft_toupper.c
โ””โ”€โ”€ libft.h

Usage ๐Ÿ› ๏ธ

  1. Run make to compile the library.
  2. Include libft.h in the project to use the library functions.

Functions โš™๏ธ

This custom library includes the following functions:

  • Memory manipulation: ft_memset, ft_bzero, ft_memcpy, ft_memccpy, ft_memmove, ft_memchr, ft_memcmp
  • String manipulation: ft_strlen, ft_strlcpy, ft_strlcat, ft_strchr, ft_strrchr, ft_strnstr, ft_strncmp, ft_strdup
  • Character checks: ft_isalpha, ft_isdigit, ft_isalnum, ft_isascii, ft_isprint, ft_toupper, ft_tolower
  • String conversion: ft_atoi, ft_itoa
  • String manipulation (additional): ft_substr, ft_strjoin, ft_strtrim, ft_split, ft_strmapi, ft_striteri
  • File descriptor manipulation: ft_putchar_fd, ft_putstr_fd, ft_putendl_fd, ft_putnbr_fd
  • Bonus linked list functions: ft_lstnew, ft_lstadd_front, ft_lstsize, ft_lstlast, ft_lstadd_back, ft_lstdelone, ft_lstclear, ft_lstiter, ft_lstmap

Aditional functions:

I added some useful functions to the library after the first commits. For example a Printf implementation i've made.

Disclaimer โš ๏ธ

Please note that this is my implementation of the Libft functions. I have uploaded this project to store my work and to share it with my fellow students for educational purposes. This is not an official solution or an endorsement of any kind.

libft's People

Contributors

sanlega avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.