]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/proxmark3.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
3 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
10 //-----------------------------------------------------------------------------
14 // Handle platform specific includes
16 // for MINGW32 environments
17 #ifndef _USE_32BIT_TIME_T
18 #define _USE_32BIT_TIME_T 1
26 #define __STDC_FORMAT_MACROS 1
30 #define PROXPROMPT "pm3 --> "
32 void SendCommand(UsbCommand
*c
);
33 const char *get_my_executable_path(void);
34 const char *get_my_executable_directory(void);