New example. Initial version.

Revision:
117:e072f162cbce
Parent:
116:8990686eedf5
--- a/myFuncs.h	Sun Oct 17 02:15:18 2021 +0000
+++ b/myFuncs.h	Sun Oct 17 13:54:15 2021 +0000
@@ -1,12 +1,15 @@
 /* File: myFuncs.h
 
-This file declares my utility functions. Headers must match definitions.
+This file declares my VT-100 utility functions. This headers must match 
+definitions.
 
 Created by Dr. C. S. Tritt
 Last reviseed: 10/16/21 (v. 1.0)
 */
 
-// The next two lines and final endif prevents multiple inclusion.
+// The next two lines and final endif prevents multiple inclusion. An 
+// alternative to this is to use compiler dependent #pragma once that works in 
+// Visual Studio C/C++ but not GCC.
 #ifndef MY_FUNCS
 #define MY_FUNCS