comparison pkg-src/tree-x/input.c @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 15872534500d
children
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
1 /* ---------------------------------------------------------------------------- 1 /* ----------------------------------------------------------------------------
2 * File : input.c 2 * File : input.c
3 * Purpose : input routine to create a Tree from an input file 3 * Purpose : input routine to create a Tree from an input file
4 * ---------------------------------------------------------------------------- 4 * ----------------------------------------------------------------------------
5 */ 5 */
6
7 /* SunOS 5.4+ way to ask for all functions in header files. */
8 #define __EXTENSIONS__ 1
6 9
7 #include <ctype.h> 10 #include <ctype.h>
8 #include <string.h> 11 #include <string.h>
9 #include <stdlib.h> 12 #include <stdlib.h>
10 #include "defs.h" 13 #include "defs.h"