*** empty log message ***
[h316.git] / pc-tools / src-filters / load.c
index c4516210b38b043b7ccf7d0fbf36c0c1a218d1e1..1bedea334195b8728780e4245d56fb5905469647 100644 (file)
@@ -1,3 +1,5 @@
+/* Simple program to load paper tape over serial port. Does that twice and compares. */
+
 #include <stdio.h>
 #include <termios.h>
 #include <sys/types.h>
@@ -6,6 +8,7 @@
 #include <signal.h>
 #include <stdlib.h>
 
+
 struct termios orgstate;
 struct termios workstate;