TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Console.h
Go to the documentation of this file.
1 //===-- temu-c/Console.h - TEMU Standard IO functions ---------*- C++ -*-===//
2 //
3 // TEMU: The Terma Emulator
4 // (c) Terma 2019
5 // Authors: Mattias Holm <maho (at) terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
26 #ifndef TEMU_CONSOLE_H
27 #define TEMU_CONSOLE_H
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
42 int temu_printf(const char *Fmt, ...)
43  __attribute__((format(printf, 1, 2)));
44 
57 int temu_printerr(const char *Fmt, ...)
58  __attribute__((format(printf, 1, 2)));
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 
65 #endif // !TEMU_CONSOLE_H
int temu_printf(const char *Fmt,...) __attribute__((format(printf
TEMU_API void TEMU_API void __attribute__((deprecated))
int int temu_printerr(const char *Fmt,...) __attribute__((format(printf