|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
#include <stdlib.h>#include <sys/types.h>
Functions | |
| static size_t | get_len (pid_t n) |
| static void | populate (pid_t n, char *str, size_t i) |
| char * | ft_pidtoa (pid_t n) |
| Converts a pid_t to a string. | |
|
static |

|
static |

