DEBSOURCES
Skip Quicknav
sources / gnustep-examples / 1%3A1.4.0%2Bgit20210703-1 / gui / PowerPaint / PPMain.m
12345678
#import <AppKit/AppKit.h> int main(int argc, const char *argv[]) { return NSApplicationMain (argc, argv); }