aboutsummaryrefslogtreecommitdiff
path: root/examples/c/cfg_includes/book4.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/cfg_includes/book4.cfg')
-rw-r--r--examples/c/cfg_includes/book4.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/c/cfg_includes/book4.cfg b/examples/c/cfg_includes/book4.cfg
new file mode 100644
index 0000000..394015e
--- /dev/null
+++ b/examples/c/cfg_includes/book4.cfg
@@ -0,0 +1,9 @@
+{
+ title = "Ubik";
+ author = "Philip K. Dick";
+ price = 7.50;
+ qty = 5;
+ list = (1,2,3,);
+ array = [1,2,3,4,5,6,];
+ @include "cfg_includes/cfg_subincludes/*.cfg"
+},