#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <misc/debug.h>
#include <core/config.h>
#include <core/tx.h>
Go to the source code of this file.
Functions | |
void | txc_debug_printmsg (char *file, int line, int fatal, const char *prefix, const char *strformat,...) |
void | txc_debug_printmsg_L (int debug_flag, const char *strformat,...) |
You should use the debugging MACROs defined in debug.h instead of using these functions directly.
Definition in file debug.c.