data_structures
Functions
ds_exit_set.c File Reference
#include "utils.h"
+ Include dependency graph for ds_exit_set.c:

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...
 

Function Documentation

◆ ds_exit_set()

void ds_exit_set ( int  err)

Set errno to the specified value, print the error message, and exit the process.

Parameters
errThe value to which set errno

Definition at line 22 of file ds_exit_set.c.