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

Functions

bool parse_long (char *s, long *out)
 Parses a string to a long with overflow detection.