1 // SPDX-License-Identifier: GPL-2.0 << 2 #pragma GCC diagnostic ignored "-Wstrict-proto 1 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 3 #include <gtk/gtk.h> 2 #include <gtk/gtk.h> 4 #pragma GCC diagnostic error "-Wstrict-prototy 3 #pragma GCC diagnostic error "-Wstrict-prototypes" 5 4 6 int main(int argc, char *argv[]) 5 int main(int argc, char *argv[]) 7 { 6 { 8 gtk_init(&argc, &argv); 7 gtk_init(&argc, &argv); 9 8 10 return 0; 9 return 0; 11 } 10 } 12 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.