1 include "config/public_api.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"> {
28 def StringAPI : PublicAPI<"string.h"> {
29 let Types = ["size_t"];