Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / lib / printquoted.c
index f2f11a4..ddc09e4 100644 (file)
@@ -1,7 +1,7 @@
 /* printquoted.c -- print a specified string with any necessary quoting.
 
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003, 2004, 2005,
-                 2007, 2009, 2010 Free Software Foundation, Inc.
+   2007, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
-
+/* config.h must be included first. */
 #include <config.h>
 
-
-#include <stddef.h>
-#include <stdlib.h>
+/* system headers. */
 #include <stdio.h>
+#include <stdlib.h>
 
-
+/* gnulib headers. */
 #include "xalloc.h"
-#include "printquoted.h"
 
+/* find headers. */
+#include "printquoted.h"
 
 /*
  * Print S according to the format FORMAT, but if the destination is a tty,