Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.10 11 lines 243 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#pragma GCC diagnostic ignored "-Wstrict-prototypes" 3#include <gtk/gtk.h> 4#pragma GCC diagnostic error "-Wstrict-prototypes" 5 6int main(int argc, char *argv[]) 7{ 8 gtk_init(&argc, &argv); 9 10 return 0; 11}