MySmartUSB-MK3-Interface

git clone git://xatko.vsos.ethz.ch/MySmartUSB-MK3-Interface.git
Log | Files | Refs

msif.c (427B)


      1 /*
      2  * MySmartUSB MK3 Interface
      3  * 
      4  * @copyright: 	Copyright (c) 2012, Dominik Schmidt
      5  * @author:		Dominik Schmidt <das1993@hotmail.com>
      6  * @version:	0.0.0
      7  * @license: 	CC-BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
      8  * 
      9 */
     10 #include <engine.h>
     11 #include <dev.h>
     12 #include <com.h>
     13 #include <unistd.h>
     14 #include <common.h>
     15 #include <stdio.h>
     16 int main(int argc, char **argv){
     17 	return (engine_autorun(argc,argv)<0);
     18 }