10 lines
216 B
C
10 lines
216 B
C
#ifndef LIBPOSTAL_CONSTANTS_H
|
|
#define LIBPOSTAL_CONSTANTS_H
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#define NAMESPACE_SEPARATOR_CHAR "|"
|
|
#define NAMESPACE_SEPARATOR_CHAR_LEN strlen(NAMESPACE_SEPARATOR_CHAR)
|
|
|
|
#endif |