[clang][dataflow][NFC] Fix stale comments. (#71654)
[llvm-project.git] / libc / config / baremetal / api.td
blobd6897fbecaac701265c8206b3bc92e7a6421e826
1 include "config/public_api.td"
3 include "spec/stdc.td"
5 def CTypeAPI : PublicAPI<"ctype.h"> {
8 def FEnvAPI : PublicAPI<"fenv.h"> {
9   let Types = ["fenv_t", "fexcept_t"];
12 def IntTypesAPI : PublicAPI<"inttypes.h"> {
13   let Types = ["imaxdiv_t"];
16 def StdlibAPI : PublicAPI<"stdlib.h"> {
17   let Types = [
18     "div_t",
19     "ldiv_t",
20     "lldiv_t",
21     "size_t",
22     "__bsearchcompare_t",
23     "__qsortcompare_t",
24     "__atexithandler_t",
25   ];
28 def StringAPI : PublicAPI<"string.h"> {
29   let Types = ["size_t"];