From 670e03997afca107abbfc61a61f89477a9f9ab82 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 17 Feb 2015 20:00:33 +0900 Subject: c_conf_gen lua script that generates getopt code for fast argc,argv parsing. for lazy people --- c_conf_gen/config/cs_config1.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 c_conf_gen/config/cs_config1.lua (limited to 'c_conf_gen/config/cs_config1.lua') diff --git a/c_conf_gen/config/cs_config1.lua b/c_conf_gen/config/cs_config1.lua new file mode 100644 index 0000000..3069bd3 --- /dev/null +++ b/c_conf_gen/config/cs_config1.lua @@ -0,0 +1,9 @@ +--config for empty config parsing file + +local M = {} + +M.project_name = "HelloWorld" +M.params_list = nil + + +return M \ No newline at end of file -- cgit v1.2.3