Files
libpostal/src/constants.h
2015-06-02 12:26:19 -04:00

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