Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiel authored Dec 19, 2018
1 parent a79e3a8 commit 3dc35de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Run the command `make` to create the **libft.a** library file.

## Available functions

# Character recon and treatment
### Character recon and treatment
- ft_isalpha
- ft_isdigit
- ft_isalnum
Expand All @@ -18,7 +18,7 @@ Run the command `make` to create the **libft.a** library file.
- ft_toupper
- ft_tolower

# String manipulations
### String manipulations
- ft_strlen
- ft_strnew
- ft_strdel
Expand All @@ -43,7 +43,7 @@ Run the command `make` to create the **libft.a** library file.
- ft_strtrim
- ft_strsplit

# Memory manipulation
### Memory manipulation
- ft_memset
- ft_bzero
- ft_memcpy
Expand All @@ -54,7 +54,7 @@ Run the command `make` to create the **libft.a** library file.
- ft_memalloc
- ft_memdel

# Chained lists manipulation
### Chained lists manipulation
- ft_lstnew
- ft_lstdelone
- ft_lstdel
Expand All @@ -63,11 +63,11 @@ Run the command `make` to create the **libft.a** library file.
- ft_lstmap
- ft_strsplitlst

# Conversions
### Conversions
- ft_atoi
- ft_itoa

# Printing
### Printing
- ft_putchar
- ft_putchar_fd
- ft_putstr
Expand All @@ -81,7 +81,7 @@ Run the command `make` to create the **libft.a** library file.
- ft_printbits
- ft_putwchar

# Misc
### Misc
- ft_filelinecount
- ft_double_power
- ft_wchar_to_bytes
Expand Down

0 comments on commit 3dc35de

Please sign in to comment.