Functions for exiting.
More...
|
void | ft_exit_int (t_garbage *garbage, int value) |
| Short ft_exit that uses only int noreturn attribute is to prevent -Wmissing-noreturn flag from flag -Weverything of debug-cc.
|
|
void | ft_exit_int_np (t_garbage *garbage, int value) |
| Short ft_exit that uses only int but don't say it's name.
|
|
Functions for exiting.
◆ ft_exit_int()
void ft_exit_int |
( |
t_garbage * | garbage, |
|
|
int | value ) |
Short ft_exit that uses only int noreturn attribute is to prevent -Wmissing-noreturn flag from flag -Weverything of debug-cc.
- Parameters
-
garbage | garbage structure |
value | value |
◆ ft_exit_int_np()
void ft_exit_int_np |
( |
t_garbage * | garbage, |
|
|
int | value ) |
Short ft_exit that uses only int but don't say it's name.
- Parameters
-
garbage | garbage structure |
value | value |