| 5728 | #include <locale.h> |
| 5729 | dTHR; /* needed for older threaded perls */ |
| 5730 | struct lconv *lc = localeconv(); |
| 5731 | char *radix = lc->decimal_point; |
| 5732 | if (radix && IN_LOCALE) { |
| 5733 | STRLEN len = strlen(radix); |
nothing calls this directly
no outgoing calls
no test coverage detected