MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / lconv

Class lconv

perl-Net-HandlerSocket/ppport.h:5730–5730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected