Output functions. Mehr ...
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | LAUFZEIT_ERROR0(format, a) strcpy(Fmeldung, format) |
#define | LAUFZEIT_ERROR1(format, a) sprintf(Fmeldung, format, a) |
#define | LAUFZEIT_ERROR2(format, a, b) sprintf(Fmeldung, format, a, b) |
Funktionen | |
void | scanner_protokoll (int zeichen) |
void | AktionenInit () |
void | AktionenMessage (int box, const char *aktionName) |
void | fatal_error (int nr,...) |
void | compiler_warning (int nr,...) |
void | laufzeit_protokoll (const char *formatstring,...) |
void | init_laufzeit_protokoll (void) |
void | exit_laufzeit_protokoll (void) |
void | protokoll_aktion (const char *name) |
void | clear_protokoll_screen (void) |
void | calc_declaration_numbers (char withNames) |
void | show_line_number (int n) |
void | InitCompDia (HWND compDiaLine) |
void | drucke_keyboard_liste (int instr) |
void | update_keyboard_liste (int instr) |
void | enable_protokoll_frame (void) |
int pascal _export | GetActString (unsigned char **box, int **l, char **s) |
char *pascal _export | GetKeyString (int box, char asTS) |
char *pascal _export | GetTSString (int box, char asTS) |
int pascal _export | GetLineNumbers () |
int pascal _export | GetErrorLine () |
Variablen | |
int | scanner_echo |
char | sd1 [100] |
char | sd2 [100] |
char | Fmeldung [255] |
Output functions.
Revision 1.11 2011-02-20 22:35:55 keinstein updated license information; some file headers have to be revised, though
Revision 1.10 2010-11-21 13:15:45 keinstein merged experimental_tobias
Revision 1.9.2.1 2009-08-04 11:30:49 keinstein removed mut.h
Revision 1.9 2008/10/14 08:07:59 keinstein added Errors.h and started to define Error symbols
Revision 1.8 2008/10/01 09:30:47 keinstein fixed inclution for XCode build
Revision 1.7 2008/08/18 15:05:29 keinstein fixed some const char * warnings and charset issues
Revision 1.6 2008/07/22 07:57:06 keinstein solved some valgrind issues
Revision 1.5 2008/06/02 16:00:34 keinstein InitCompDia: new interface
Revision 1.4 2006/01/18 15:29:56 keinstein New header and translations at display time
Definiert in Datei GrafKern.h.