home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
SortingInAction
/
SortingInAction_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-27
|
314 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import "SortApp.h"
void main(int argc, char *argv[]) {
[SortApp new];
if ([NXApp loadNibSection:"Sort.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}