diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/defconf-00.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/defconf-00.conf b/conf/defconf-00.conf index 028c8c5..fed0f7a 100644 --- a/conf/defconf-00.conf +++ b/conf/defconf-00.conf @@ -1,3 +1,7 @@ +// +// Below are some variables to serve as a demonstration on how defconf can be used to generate +// preprocessor define flags for C compilers. +// define MEOW_YES true define MEOW_NO false define MEOW_COUNT 3 |
