This is an archive of the discontinued LLVM Phabricator instance.

[libc] add inttypes header
ClosedPublic

Authored by michaelrj on Aug 25 2021, 3:17 PM.

Details

Summary

Add inttypes.h to llvm libc. As its first functions strtoimax and
strtoumax are included.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 25 2021, 3:17 PM
michaelrj requested review of this revision.Aug 25 2021, 3:17 PM
sivachandra accepted this revision.Aug 25 2021, 10:18 PM

OK after adding new line at the end of some of the files.

This revision is now accepted and ready to land.Aug 25 2021, 10:18 PM

add newline at the end of files

This revision was automatically updated to reflect the committed changes.