plastimatch
Loading...
Searching...
No Matches
print_and_exit.h File Reference
#include "plmsys_config.h"

Go to the source code of this file.

Macros

#define error_printf(fmt, ...)
 

Functions

void print_and_exit (const char *prompt_fmt,...)
 

Macro Definition Documentation

◆ error_printf

#define error_printf ( fmt,
... )
Value:
fprintf (stderr, "\nplastimatch has encountered an issue.\n" \
"file: %s (line:%i)\n" fmt, __FILE__, __LINE__,##__VA_ARGS__)

Function Documentation

◆ print_and_exit()

void print_and_exit ( const char * prompt_fmt,
... )