First part of commit removing xprintf to make later merging easier
[libfirm] / ir / common / xfprintf.c
index a29a961..99c7ca5 100644 (file)
@@ -1,6 +1,8 @@
 /* Xfprintf --- extended formatted output to files.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
@@ -27,7 +29,6 @@ xfprinter (void *f, const char *data, size_t len)
   return len;
 }
 
-
 int
 xfprintf (FILE *F, const char *fmt, ...)
 {