| 1143 | } |
| 1144 | |
| 1145 | EXPORT_CODE int CONVENTION C_is_valid_fluid_string(const char* fluidName) { |
| 1146 | return static_cast<int>(CoolProp::is_valid_fluid_string(fluidName)); |
| 1147 | } |
| 1148 | |
| 1149 | EXPORT_CODE int CONVENTION C_extract_backend(const char* fluid_string, char* backend, const long backend_length, char* fluid, |
| 1150 | const long fluid_length) { |
nothing calls this directly
no test coverage detected