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

Functions

bool parse_int (char *s, int *out)
 Parses a string to an integer with overflow detection.