Graphviz 12.1.1~dev.20240814.0213
Loading...
Searching...
No Matches
exit.h File Reference
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for exit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NORETURN   /* nothing */
 

Functions

static NORETURN void graphviz_exit (int status)
 

Macro Definition Documentation

◆ NORETURN

#define NORETURN   /* nothing */

Definition at line 20 of file exit.h.

Function Documentation

◆ graphviz_exit()