source:
trunk/Cocoa/F-Script Anywhere/Source/main.m@
593
Last change on this file since 593 was 398, checked in by , 17 years ago | |
---|---|
File size: 119 bytes |
Rev | Line | |
---|---|---|
[398] | 1 | #import <AppKit/NSApplication.h> |
[7] | 2 | |
3 | int main(int argc, const char *argv[]) | |
4 | { | |
5 | return NSApplicationMain(argc, argv); | |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.