summaryrefslogtreecommitdiff
path: root/src/util_string/util_string.h
blob: d180dbbbc447aa62257922bad5e2b97bf8f1871c (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 'LICENCE.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 */