QDP++
qdp_qmp_extensions.cc
Go to the documentation of this file.
1#include "qmp.h"
3#include <stdlib.h>
4#include <stdio.h>
5
6extern "C" {
7
8#ifndef HAVE_QMP_VERBOSE
9void QMP_verbose(QMP_bool_t verbose)
10{
11 fprintf(stderr, "QMP_verbose does nothing for me or you\n");
12}
13#endif
14
15};
16
void QMP_verbose(QMP_bool_t verbose)