1 2 3 4 5 6 7 8 9
#ifndef MAIN #define MAIN #include <gtk/gtk.h> #include "defs.h" int main(int argc, char **argv); #endif