aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/ask/lista8/mismatch-b.c
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/ask/lista8/mismatch-b.c')
-rw-r--r--Semestr 4/ask/lista8/mismatch-b.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Semestr 4/ask/lista8/mismatch-b.c b/Semestr 4/ask/lista8/mismatch-b.c
new file mode 100644
index 0000000..451d5b3
--- /dev/null
+++ b/Semestr 4/ask/lista8/mismatch-b.c
@@ -0,0 +1,8 @@
+/* mismatch-b.c */
+#include <stdio.h>
+
+char main;
+
+void p2() {
+ printf("0x%x\n", main);
+}