source: trunk/Simulator/main.m @ 7

Last change on this file since 7 was 7, checked in by mansoux, 14 years ago

Ajout parametres

File size: 206 bytes
Line 
1//
2//  main.m
3//
4//  Created by Bruno MANSOUX on 19/01/10.
5//
6
7// #import <Cocoa/Cocoa.h>
8#import <modbus.h>
9
10int main(int argc, char *argv[])
11{
12    return NSApplicationMain(argc,  (const char **) argv);
13}
Note: See TracBrowser for help on using the repository browser.