[libc-commits] [PATCH] D112188: [libc] add strtoq and strtouq

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 20 15:12:18 PDT 2021


michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.

These are BSD extension functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112188

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/strtoq.cpp
  libc/src/stdlib/strtoq.h
  libc/src/stdlib/strtouq.cpp
  libc/src/stdlib/strtouq.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/strtoq_test.cpp
  libc/test/src/stdlib/strtouq_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112188.381105.patch
Type: text/x-patch
Size: 8795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211020/5b788fb9/attachment.bin>


More information about the libc-commits mailing list