File: main.m

package info (click to toggle)
gnuwash.app 0.1-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 376 kB
  • ctags: 15
  • sloc: objc: 371; makefile: 85
file content (12 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
#include <AppKit/AppKit.h>

#define APP_NAME @"GNUstep"

/*
 * Initialise and go!
 */

int main(int argc, const char *argv[]) 
{
  return NSApplicationMain (argc, argv);
}