[utils] constants.h

This commit is contained in:
Al
2015-06-02 12:25:58 -04:00
parent 2dc870b3da
commit 958c219b88

10
src/constants.h Normal file
View File

@@ -0,0 +1,10 @@
#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