Macros
store.cpp File Reference
#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
 

Macro Definition Documentation

#define ASSERTS_ENABLED

Definition at line 34 of file store.cpp.

#define BLOCK_POINTER_SIZE   sizeof(portable_off_t)

Definition at line 31 of file store.cpp.

#define BLOCK_SIZE   512

Definition at line 30 of file store.cpp.

#define STORE_ASSERT (   x)    assert(x)

Definition at line 37 of file store.cpp.

#define USE_FTELL   0

Definition at line 46 of file store.cpp.