You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Define configured macros. */
|
|
#define STRING_VALUE "@STRING_VALUE@"
|
|
#define EXPR @EXPR@
|
|
#cmakedefine PREPROCESS_XCODE
|
|
|
|
/* Declarations and macros shared by all sources. */
|
|
#define TO_STRING(x) TO_STRING0(x)
|
|
#define TO_STRING0(x) #x
|
|
|
|
static int f(int i) { return i*3; }
|