| 912 | } |
| 913 | |
| 914 | cs_error_t icmap_get_float(const char *key_name, float *flt) |
| 915 | { |
| 916 | |
| 917 | return (icmap_get_float_r(icmap_global_map, key_name, flt)); |
| 918 | } |
| 919 | |
| 920 | cs_error_t icmap_get_double(const char *key_name, double *dbl) |
| 921 | { |
nothing calls this directly
no test coverage detected