diff mc09/MANIFEST @ 160:1a30cd6e5973

move mc09 to top
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 05 Feb 2019 09:03:07 +0900
parents os9/mc09/MANIFEST@92ed427b7f7d
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mc09/MANIFEST	Tue Feb 05 09:03:07 2019 +0900
@@ -0,0 +1,16 @@
+COPYRIGHT	copyright notice
+MANIFESTO	this file
+README		general instruction on micro-C
+alloc.txt	malloc library for FLEX
+c.txt		runtime library for FLEX
+diff_to_mc2	diff from mc.c to mc2.c (micro-c for flex)
+fileio.txt	basic io library for FLEX
+fileio2.txt	basic io library 2 for FLEX (I've forgotten the difference)
+makefile	makefile
+mc.c		micro-c for UNIX
+mclib.c		simplified library for mc2.c on FLEX
+scanf.txt	scanf library for FLEX
+stdio.txt	standard io library for FLEX
+stdio2.txt	standard io library 2 for FLEX (I've forgotten the difference)
+string.txt	string library for FLEX
+uf.c		terminal emulator/file transfer for FLEX (hardware sensitive)