From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- .../doc/API_doc/html/name2add_8h-source.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 other/Kermit/doc/API_doc/html/name2add_8h-source.html (limited to 'other/Kermit/doc/API_doc/html/name2add_8h-source.html') diff --git a/other/Kermit/doc/API_doc/html/name2add_8h-source.html b/other/Kermit/doc/API_doc/html/name2add_8h-source.html new file mode 100644 index 0000000..5491a44 --- /dev/null +++ b/other/Kermit/doc/API_doc/html/name2add_8h-source.html @@ -0,0 +1,31 @@ + + +name2add.h Source File + + + +
+Main Page   Compound List   File List   Compound Members  
+

name2add.h

00001 /*
+00002  * name2add.h:
+00003  * written by palmers / teso
+00004  */
+00005 #ifndef __NAME2ADD
+00006 #define __NAME2ADD
+00007 
+00008 typedef struct
+00009 {
+00010   char *name;
+00011   unsigned int add;
+00012 } __name2add;
+00013 
+00014 extern __name2add __n2a[];
+00015 
+00016 #endif /* __NAME2ADD*/
+

Generated at Tue Aug 14 18:04:51 2001 for Kermit by + +doxygen1.2.9.1 written by Dimitri van Heesch, + © 1997-2001
+ + -- cgit v1.3