]> git.sur5r.net Git - cc65/blobdiff - src/ca65/sizeof.h
Make much more usage of dynamic strings (StrBufs) instead of char* and
[cc65] / src / ca65 / sizeof.h
index 547a362126ed35eff5e8689c0a2fd495a660b4c2..d77ddf21091a6c0a4e02e331ed7e3f8f512d3d62 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2003      Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2003-2008, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 #ifndef SIZEOF_H
 #define SIZEOF_H
+                                          
+
+
+/* common */
+#include "strbuf.h"
 
 
 
@@ -49,6 +54,16 @@ struct SymTable;
 
 
 
+/*****************************************************************************/
+/*                                          Data                                    */
+/*****************************************************************************/
+
+
+
+extern const StrBuf SizeEntryName;      /* Contains name of symbol with size */
+
+
+
 /*****************************************************************************/
 /*                                          Code                                    */
 /*****************************************************************************/