* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / snprintf.c
index 32f8174ec48f0cc6b9def9b1853f282f1e656dd1..dcc9cd81cc8879c94d5d2ca810c993c9c8376cf8 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
- * --nathan bryant <nathan@designtrust.com>
- *
  * $Id$
- */
-
-/*
+ *
  * Replacements for snprintf() and vsnprintf()
  *
+ * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
+ * --nathan bryant <nathan@designtrust.com>
+ *
  * Use it only if you have the "spare" cycles needed to effectively
  * do every snprintf operation twice! Why is that? Because everything
  * is first vfprintf()'d to /dev/null to determine the number of bytes.