summaryrefslogtreecommitdiff
path: root/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'macros.h')
-rw-r--r--macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros.h b/macros.h
index 624ad11..975c851 100644
--- a/macros.h
+++ b/macros.h
@@ -7,9 +7,11 @@ typedef int zahl;
typedef char buchstabe;
typedef unsigned char haps; /* Byte */
+#define drucke_formattiert printf
#define eingang main
#define start {
#define ende }
+#define zeiger *
#define ist ==
#define nicht !=
#define soll =