< prev index next >

test/jdk/tools/jextract/hello.h

Print this page

        

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