Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
RLEViewer_main.m
Go to the documentation of this file.
1 /*
2  * Generated by the NeXT Interface Builder.
3  */
4 
5 // RLEViewer_main.m
6 //
7 // Written by Vince DeMarco
8 // demarco@cpsc.ucalgary.ca
9 //
10 // This program is In the Public Domain. If you make any improvements to this
11 // program please let me know
12 
13 #import <stdlib.h>
14 #import "Myapp.h"
15 
16 void main(int argc, char *argv[]) {
17  NXApp = [Myapp new];
18  [NXApp loadNibSection:"RLEViewer.nib" owner:NXApp];
19  [NXApp run];
20  [NXApp free];
21  exit(0);
22 }
void main(int argc, char **argv)
Definition: aliastorle.c:121