[BACK]Return to GnuTerm_main.m CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / NeXT

File: [local] / OpenXM_contrib / gnuplot / NeXT / Attic / GnuTerm_main.m (download)

Revision 1.1, Sun Jan 9 17:00:57 2000 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN

Initial revision

/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import <appkit/appkit.h>

void main(int argc, char *argv[]) {

    [Application new];
    if ([NXApp loadNibSection:"GnuTerm.nib" owner:NXApp withNames:NO])
	    [NXApp run];
	    
    [NXApp free];
    exit(0);
}