| 1192:1f69336faa63 | 1193:cfa44f3f5e3b |
|---|---|
| 30 | 30 |
| 31 #include <assert.h> | 31 #include <assert.h> |
| 32 | 32 |
| 33 const CxPropertiesConfig cx_properties_config_default = { | 33 const CxPropertiesConfig cx_properties_config_default = { |
| 34 '=', | 34 '=', |
| 35 //'\\', | |
| 36 '#', | 35 '#', |
| 37 '\0', | 36 '\0', |
| 38 '\0' | 37 '\0', |
| 38 '\\', | |
| 39 }; | 39 }; |
| 40 | 40 |
| 41 void cxPropertiesInit( | 41 void cxPropertiesInit( |
| 42 CxProperties *prop, | 42 CxProperties *prop, |
| 43 CxPropertiesConfig config | 43 CxPropertiesConfig config |