[libc-commits] [libc] [libc][docs] introduce docgen (PR #87682)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Apr 4 14:11:37 PDT 2024
================
@@ -0,0 +1,107 @@
+ctype.h:
+ functions:
+ isalnum:
+ returns: int
+ params:
+ - int
+ isalpha:
+ returns: int
+ params:
+ - int
+ isblank:
+ returns: int
+ params:
+ - int
+ # TODO: fill me out!
+fenv.h:
----------------
nickdesaulniers wrote:
done in https://github.com/llvm/llvm-project/pull/87682/commits/2c30d1984683defeae021e6f5f58c5edae9fff2d
https://github.com/llvm/llvm-project/pull/87682
More information about the libc-commits
mailing list