Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / OpenStep / GnuTerm_main.m
1 /* Generated by the NeXT Project Builder
2    NOTE: Do NOT change this file -- Project Builder maintains it.
3 */
4
5 #import <AppKit/AppKit.h>
6
7 void main(int argc, char *argv[]) {
8
9     [NSApplication sharedApplication];
10     if ([NSBundle loadNibNamed:@"GnuTerm.nib" owner:NSApp])
11             [NSApp run];
12
13     [NSApp release];
14     exit(0);
15 }