Giter VIP home page Giter VIP logo

libft-1's Introduction

Libft

Libft - recreating of the C standart library with some helpful functions.

Memory editing functions:

  • ft_memcpy()
  • ft_memdel()
  • ft_memalloc()
  • ft_memset()
  • ft_bzero()
  • ft_memccpy()
  • ft_memmove()
  • ft_memchr()
  • ft_memcmp()
  • ft_memcut()
  • ft_realloc()
  • ft_hexdump()
  • ft_memdup()

String editing functions:

  • ft_strnew()
  • ft_strdup()
  • ft_strchr()
  • ft_strrchr()
  • ft_strstr()
  • ft_strnstr()
  • ft_strcpy()
  • ft_strncpy()
  • ft_strcat()
  • ft_strncat()
  • ft_strlcat()
  • ft_strdel()
  • ft_strclr()
  • ft_striter()
  • ft_striteri()
  • ft_strmap()
  • ft_strmapi()
  • ft_strlen()
  • ft_strnlen()
  • ft_strcmp()
  • ft_strncmp()
  • ft_strequ()
  • ft_strnequ()
  • ft_strsub()
  • ft_strjoin()
  • ft_strtrim()
  • ft_strsplit()
  • ft_lltoa_base()
  • ft_itoa()
  • ft_atoi()
  • ft_atoi_base()
  • ft_atoll_base()
  • ft_toupper()
  • ft_tolower()
  • ft_isalpha()
  • ft_isdigit()
  • ft_isalnum()
  • ft_isascii()
  • ft_isprint()
  • ft_isspace()

I/O Functions

  • ft_putchar()
  • ft_putstr()
  • ft_putendl()
  • ft_putnbr()
  • ft_putll_base_fd()
  • ft_putchar_fd()
  • ft_putstr_fd()
  • ft_putnbr_fd()

List editing Functions

  • ft_lstadd()
  • ft_lstnew()
  • ft_lstdelone()
  • ft_lstdel()
  • ft_lstiter()
  • ft_lstmap()

libft-1's People

Contributors

dkarmatx avatar

Watchers

James Cloos 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.