summaryrefslogtreecommitdiff
path: root/src/util_string/util_string.h
blob: 348a61fc808047acb7b58788e104a7092dcde3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* By using this work you agree to the terms and conditions in 'LICENSE.txt' */

#ifndef INCGUARD_7af1eceb805a30c68adec1fd0ccc15c4
#define INCGUARD_7af1eceb805a30c68adec1fd0ccc15c4

#include "commonbase.h"


#define STR_QUOT_IAHGEWIH( s ) #s
#define STR_QUOT( s ) STR_QUOT_IAHGEWIH(s)

#define STR_CAT(a,b) a ## b


#endif /* INCGUARD_7af1eceb805a30c68adec1fd0ccc15c4 */