Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
variants.c File Reference
#include "libft.h"
Include dependency graph for variants.c:

Functions

int ft_atoi (const char *str)
 Converts a string to an integer.
 
char * ft_itoa (int n)
 Converts an integer to a string.
 
char * ft_utoa (unsigned int n)
 Converts an unsigned integer to a string.