minishell
Minishell Project for École 42
|
Functions to get the process id (PID) of the current process. More...
#include "minishell.h"
Functions | |
pid_t | ft_getpid (void) |
Retrieves the process id (PID) of the current process. | |
Functions to get the process id (PID) of the current process.
Contains the functions to get the current process id (PID).
pid_t ft_getpid | ( | void | ) |
Retrieves the process id (PID) of the current process.
Retrieves the process id (PID) of the current process by reading the status file of the process.