[libc-commits] [PATCH] D107792: [libc] add strtoll function and backend

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 10 10:35:06 PDT 2021


sivachandra added a comment.

Question: Do you intend to use `internal::strtoll` to implement `atoi` and friends? If yes, then may be the internal strtoll function should also take an additional arg for errno?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107792/new/

https://reviews.llvm.org/D107792



More information about the libc-commits mailing list