Kernel  |  4.1

下载     查看原文件
C++程序  |  11行  |  207 B
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#include <gtk/gtk.h>
#pragma GCC diagnostic error "-Wstrict-prototypes"

int main(int argc, char *argv[])
{
	gtk_init(&argc, &argv);

        return 0;
}