plastimatch
Loading...
Searching...
No Matches
src
sys
print_and_exit.h
Go to the documentation of this file.
1
/* -----------------------------------------------------------------------
2
See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3
----------------------------------------------------------------------- */
4
#ifndef _print_and_exit_h_
5
#define _print_and_exit_h_
6
7
#include "
plmsys_config.h
"
8
9
PLMSYS_API
void
print_and_exit
(
const
char
* prompt_fmt, ...);
10
#define error_printf(fmt, ...) \
11
fprintf (stderr, "\nplastimatch has encountered an issue.\n" \
12
"file: %s (line:%i)\n" fmt, __FILE__, __LINE__,##__VA_ARGS__)
13
14
15
#endif
plmsys_config.h
PLMSYS_API
#define PLMSYS_API
Definition
plmsys_config.h:19
print_and_exit
void print_and_exit(const char *prompt_fmt,...)
Definition
print_and_exit.cxx:19
Generated on Wed Oct 30 2024 14:54:42 for plastimatch by
1.11.0