Standard Error Print Routine for C POPCORN Examples. More...
#include "rdmretcodetypes.h"
Go to the source code of this file.
Macros | |
#define | print_error(rc) print_errorEx (rc, __FILE__, __LINE__) |
Standard error print macro. | |
Functions | |
void | print_errorEx (RDM_RETCODE rc, const char *file, int line) |
Standard error print format for popcorn examples. More... | |
Standard Error Print Routine for C POPCORN Examples.
void print_errorEx | ( | RDM_RETCODE | rc, |
const char * | file, | ||
int | line | ||
) |
Standard error print format for popcorn examples.
This demonstrates the usage of the rdm_retcodeGetName() and rdm_retcodeGetDescription() functions.
[in] | rc | RDM_RETCODE to analyze |
[in] | file | Sourcec filename |
[in] | line | Lineno in source file |