1 include "config/public_api.td"
5 def FloatT : TypeDecl<"float_t"> {
7 #if __FLT_EVAL_METHOD__ == 1
9 #elif __FLT_EVAL_METHOD__ == 2
14 }]; // This is only an example and not exactly how it will appear
17 def SizeT : TypeDecl<"size_t"> {
24 def NullMacro : MacroDef<"NULL"> {
31 def MathAPI : PublicAPI<"math.h"> {
37 let TypeDeclarations = [
42 def StringAPI : PublicAPI<"string.h"> {
68 let TypeDeclarations = [
77 def StdIOAPI : PublicAPI<"stdio.h"> {
78 let TypeDeclarations = [