#include "store.h"
#include "portable.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
#define | BLOCK_POINTER_SIZE sizeof(portable_off_t) |
#define | ASSERTS_ENABLED |
#define | STORE_ASSERT(x) assert(x) |
#define | USE_FTELL 0 |
#define BLOCK_POINTER_SIZE sizeof(portable_off_t) |