home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sams Teach Yourself C in 21 Days (6th Edition)
/
STYC216E.ISO
/
pc
/
Dev-C++
/
_SETUP.6
/
Group21
/
GTK+_c.txt
next >
Wrap
Text File
|
2000-07-15
|
169b
|
11 lines
#include <windows.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <glib.h>
int main(int argc, char *argv[])
{
gtk_init (&argc, &argv);
return 0;
}