Fix copyright date, and make minor formatting changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-09-17 20:51:44 +00:00
parent 9dee60b7f5
commit 96f048c9a2
2 changed files with 57 additions and 56 deletions

View file

@ -1,5 +1,5 @@
/* objc_streams - C-function interface to Objective-C streams
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
/* ostream.h - C-function interface to GNUstep Objective-C streams
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: Adam Fedor <fedor@boulder.colorado.edu>
Date: Jun 1996
@ -27,7 +27,8 @@
#include <stdarg.h>
#include <objc/typedstream.h>
typedef struct _ostream {
typedef struct _ostream
{
void* stream_obj;
int flags;
} ostream;

View file

@ -1,5 +1,5 @@
/* objc_streams - C-function interface to Objective-C streams
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: Adam Fedor <fedor@boulder.colorado.edu>
Date: Aug 1996
@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include "gnustep/base/objc_streams.h"
#include "gnustep/base/ostream.h"
#include "gnustep/base/MemoryStream.h"
#include "gnustep/base/StdioStream.h"
#include "gnustep/base/String.h"