From b48712f9c9d7a380fe6a494db7ec9580f9314558 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 16 Nov 2021 11:02:45 -0500 Subject: start 04 --- 04b/Makefile | 7 +++++ 04b/in04 | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 04b/Makefile create mode 100644 04b/in04 (limited to '04b') diff --git a/04b/Makefile b/04b/Makefile new file mode 100644 index 0000000..e6187d4 --- /dev/null +++ b/04b/Makefile @@ -0,0 +1,7 @@ +all: out03 +out03: in03 ../03/out02 + ../03/out02 +%.html: %.md ../markdown + ../markdown $< +clean: + rm -f out* README.html diff --git a/04b/in04 b/04b/in04 new file mode 100644 index 0000000..1b362ad --- /dev/null +++ b/04b/in04 @@ -0,0 +1,95 @@ +// types: char, uchar, short, ushort, int, uint, long, ulong, *type +// declaration: +// static ; +// local ; +// :