ascii.c | ascii.c | |||
---|---|---|---|---|
/* (C) 2008-2010 D. V. Wiebe | /* Copyright (C) 2008-2010 D. V. Wiebe | |||
* | * | |||
************************************************************************** * | ************************************************************************** * | |||
* | * | |||
* This file is part of the GetData project. | * This file is part of the GetData project. | |||
* | * | |||
* GetData is free software; you can redistribute it and/or modify it under | * GetData is free software; you can redistribute it and/or modify it under | |||
* the terms of the GNU Lesser General Public License as published by the | * the terms of the GNU Lesser General Public License as published by the | |||
* Free Software Foundation; either version 2.1 of the License, or (at your | * Free Software Foundation; either version 2.1 of the License, or (at your | |||
* option) any later version. | * option) any later version. | |||
* | * | |||
skipping to change at line 28 | skipping to change at line 28 | |||
* along with GetData; if not, write to the Free Software Foundation, Inc., | * along with GetData; if not, write to the Free Software Foundation, Inc., | |||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |||
*/ | */ | |||
#include "internal.h" | #include "internal.h" | |||
#ifdef STDC_HEADERS | #ifdef STDC_HEADERS | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <inttypes.h> | #include <inttypes.h> | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <unistd.h> | ||||
#include <fcntl.h> | #include <fcntl.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <string.h> | #include <string.h> | |||
#include <errno.h> | #include <errno.h> | |||
#endif | #endif | |||
/* The ASCII encoding uses file->fp as to indicate the current line and | /* The ASCII encoding uses file->fp as to indicate the current line and | |||
* file->edata for the stream pointer */ | * file->edata for the stream pointer */ | |||
int _GD_AsciiOpen(struct _gd_raw_file* file, int mode, int creat) | int _GD_AsciiOpen(struct _gd_raw_file* file, int mode, int creat) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |