T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
CommandLine.h
Go to the documentation of this file.
1 //===-- temu-c/CommandLine.h - T-EMU Command Line ---------------*- C++ -*-===//
2 //
3 // T-EMU: The Terma Emulator
4 // (c) Terma 2015
5 // Authors: Mattias Holm <maho (at) terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef TEMU_COMMAND_LINE
10 #define TEMU_COMMAND_LINE
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 int temu_execCommandFile(const char *File);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* !TEMU_COMMAND_LINE */
int temu_execCommandFile(const char *File)