< prev index next >

test/jdk/tools/jextract/hello.h

Print this page

        

@@ -24,5 +24,6 @@
 /* make sure compiler built-in headers can be included */
 #include <stddef.h>
 
 void func(int);
 int printf(char* fmt, ...);
+void f();
< prev index next >