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

Functions

pid_t ft_atopid (const char *str)
 Converts a string to a pid_t.