data_structures
|
#include "utils.h"
Go to the source code of this file.
Functions | |
void | ds_exit_set (int err) |
Set errno to the specified value, print the error message, and exit the process. More... | |
void ds_exit_set | ( | int | err | ) |
Set errno
to the specified value, print the error message, and exit the process.
err | The value to which set errno |
Definition at line 22 of file ds_exit_set.c.