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

Functions

size_t ft_atozu (const char *str)
 Converts a string to a size_t.