The R Project SVN R

Rev

Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5458 Rev 6994
Line 15... Line 15...
15
 *  You should have received a copy of the GNU General Public License
15
 *  You should have received a copy of the GNU General Public License
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 */
18
 */
19
 
19
 
-
 
20
#ifdef HAVE_CONFIG_H
-
 
21
#include <Rconfig.h>
-
 
22
#endif
-
 
23
 
20
#include <stdio.h>
24
#include <stdio.h>
21
#include <stdlib.h>
25
#include <stdlib.h>
-
 
26
#include <string.h>
22
 
27
 
23
static FILE *ff = NULL;
28
static FILE *ff = NULL;
24
static char optfl[MAX_PATH];
29
static char optfl[MAX_PATH];
25
static int optln;
30
static int optln;
26
 
31