コード例 #1
0
ファイル: atosfix64.c プロジェクト: Alexpux/Cygwin
__int64_t
atosfix64 (const char *s)
{
  return strtosfix64 (s, NULL);
}
コード例 #2
0
ファイル: atosfix64.c プロジェクト: mbref/eglibc-microblaze
int64_t
atosfix64 (const char *str)
{
  return strtosfix64 (str, NULL);
}