]> git.sur5r.net Git - cc65/blobdiff - src/ld65/tgtcfg.h
No copyright message here.
[cc65] / src / ld65 / tgtcfg.h
index d60711c73935610e7129792c8c0b71f1f2e28588..c37e2f3134f08530be3e73ac397c26d3558c8be2 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2000 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 1998-2003 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -38,6 +38,8 @@
 
 
 
+#include <stdio.h>
+
 /* common */
 #include "target.h"
 
@@ -61,8 +63,18 @@ extern const TargetDesc Targets [TGT_COUNT];
 
 
 
-/* End of tgtcfg.h */
+/*****************************************************************************/
+/*                                          Code                                    */
+/*****************************************************************************/
+
 
+
+void DumpBuiltinConfig (FILE* F, target_t T);
+/* Dump a builtin linker configuration */
+
+
+
+/* End of tgtcfg.h */
 #endif