| 924 | } |
| 925 | |
| 926 | char * |
| 927 | REC_ConfigReadString(const char *name) |
| 928 | { |
| 929 | char *t = nullptr; |
| 930 | RecGetRecordString_Xmalloc(name, static_cast<RecString *>(&t)); |
| 931 | return t; |
| 932 | } |
| 933 | |
| 934 | RecFloat |
| 935 | REC_ConfigReadFloat(const char *name) |
no test coverage detected