[utils] constants.h
This commit is contained in:
10
src/constants.h
Normal file
10
src/constants.h
Normal 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
|
||||
Reference in New Issue
Block a user