comparison src/doprnt.c @ 5036:ef34c5a4d264

Include config.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Nov 1993 05:45:11 +0000
parents 8e36034f65e2
children b98e742f0b05
comparison
equal deleted inserted replaced
5035:2906af83fe85 5036:ef34c5a4d264
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to 19 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
21 21
22 22
23 #include <config.h>
23 #include <stdio.h> 24 #include <stdio.h>
24 #include <ctype.h> 25 #include <ctype.h>
25 26
26 /* Generate output from a format-spec FORMAT, 27 /* Generate output from a format-spec FORMAT,
27 terminated at position FORMAT_END. 28 terminated at position FORMAT_END.