Annotation of Examples/AppKit/Backspace/BackSpace_main.m, revision 1.1

1.1     ! root        1: // BackSpace_main.m
        !             2: 
        !             3: #import <stdlib.h>
        !             4: #include <sys/param.h>
        !             5: #import <appkit/Application.h>
        !             6: 
        !             7: void main(int argc, char *argv[])
        !             8: {
        !             9:        [Application new];
        !            10:        [NXApp loadNibSection:"BackSpace.nib" owner:NXApp withNames:NO];
        !            11: 
        !            12:        [NXApp run];
        !            13:        [NXApp free];
        !            14:        exit(0);
        !            15: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.