comparison src/lib/buffer.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 7577fb89916a
children a6a49d5efc59
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __BUFFER_H 1 #ifndef BUFFER_H
2 #define __BUFFER_H 2 #define BUFFER_H
3 3
4 /* May be used in calculations of how much memory buffer_t will allocate 4 /* May be used in calculations of how much memory buffer_t will allocate
5 for itself, but this isn't necessary precise. */ 5 for itself, but this isn't necessary precise. */
6 #define BUFFER_APPROX_SIZE (7 * sizeof(void *)) 6 #define BUFFER_APPROX_SIZE (7 * sizeof(void *))
7 7