#include <stdio.h>
#include <assert.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | trace(fmt, args...) |
#define | debugonly(arg) |
#define | error(fmt, args...) fprintf(stderr, "E:%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define error | ( | fmt, | ||
args... | ||||
) | fprintf(stderr, "E:%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ##args) |