Exemplo n.º 1
0
__int64_t
atosfix64 (const char *s)
{
  return strtosfix64 (s, NULL);
}
Exemplo n.º 2
0
int64_t
atosfix64 (const char *str)
{
  return strtosfix64 (str, NULL);
}