gct_io.h File Reference

Go to the source code of this file.

Defines

#define GCT_FILE   char
 Copyright (c) 1997.
#define _GCT_OPEN_FILE(_f, _o)   gct_io$open_file(_f, _o);
#define _GCT_GET_STRING(_s, _l, _f)   gct_io$get_string(_s, _l, _f);
#define _GCT_PUT_STRING(_s, _f)   gct_io$put_string(_s, _f);
#define _GCT_CLOSE_FILE(_s)   gct_io$close_file(_s);

Functions

char *gct_io $open_file (char *name, char *access)
int gct_io $close_file (char *stream)
char *gct_io $get_string (char *string, int max, char *stream)
int gct_io $put_string (char *string, char *stream)


Define Documentation

#define _GCT_CLOSE_FILE ( _s   )     gct_io$close_file(_s);

Definition at line 45 of file gct_io.h.

#define _GCT_GET_STRING ( _s,
_l,
_f   )     gct_io$get_string(_s, _l, _f);

Definition at line 43 of file gct_io.h.

#define _GCT_OPEN_FILE ( _f,
_o   )     gct_io$open_file(_f, _o);

Definition at line 42 of file gct_io.h.

#define _GCT_PUT_STRING ( _s,
_f   )     gct_io$put_string(_s, _f);

Definition at line 44 of file gct_io.h.

#define GCT_FILE   char

Copyright (c) 1997.

by DIGITAL Equipment Corporation, Maynard, Mass. All rights reserved. This software is furnished under a license and may be used and copied only in accordance with the terms of such license and with the inclusion of the above copyright notice. This software or any other copies thereof may not be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred. The information in this software is subject to change without notice and should not be construed as a commitment by DIGITAL Equipment Corporation. DIGITAL assumes no responsibility for the use or reliability of its software on equipment which is not supplied by DIGITAL.

Definition at line 35 of file gct_io.h.


Function Documentation

int gct_io $close_file ( char *  stream  ) 

char* gct_io $get_string ( char *  string,
int  max,
char *  stream 
)

char* gct_io $open_file ( char *  name,
char *  access 
)

int gct_io $put_string ( char *  string,
char *  stream 
)


SourceForge.net Logo
Project space on SourceForge.net