libopm
0.1
|
#include "setup.h"
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <errno.h>
Macros | |
#define | PORTABLE_SNPRINTF_VERSION_MAJOR 2 |
#define | PORTABLE_SNPRINTF_VERSION_MINOR 2 |
#define | isdigit(c) ((c) >= '0' && (c) <= '9') |
#define | breakeven_point 6 /* some reasonable one-size-fits-all value */ |
#define | fast_memcpy(d, s, n) |
#define | fast_memset(d, c, n) |
#define PORTABLE_SNPRINTF_VERSION_MAJOR 2 |
#define PORTABLE_SNPRINTF_VERSION_MINOR 2 |
#define isdigit | ( | c | ) | ((c) >= '0' && (c) <= '9') |
#define breakeven_point 6 /* some reasonable one-size-fits-all value */ |
#define fast_memcpy | ( | d, | |
s, | |||
n | |||
) |
#define fast_memset | ( | d, | |
c, | |||
n | |||
) |