source: trunk/Simulator/main.m@ 43

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

Ajout parametres

File size: 206 bytes
RevLine 
[7]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.