[libc-commits] [PATCH] D147919: [libc] Add implementation of getchar
Reagan via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Apr 11 03:58:40 PDT 2023
xbjfk added a comment.
after this is reviewed, can someone please commit this? (I dont have commit access yet)
================
Comment at: libc/spec/posix.td:1064
+ RetValSpec<IntType>,
+ [ArgSpec<>]
+ >,
----------------
Is this the correct way to define a function that takes no arguments?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147919/new/
https://reviews.llvm.org/D147919
More information about the libc-commits
mailing list