IritPrsrOpenStreamFromFile

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

IritPrsrOpenStreamFromFile()  

SYNOPSIS

prsr_lib/iritprs1.c:212

int IritPrsrOpenStreamFromFile(FILE *f, int Read, int IsBinary, int IsPipe)
 

DESCRIPTION

Converts an open file into a stream.  

PARAMETERS:

f: A handle to the open file.

Read: TRUE for reading from f, FALSE for writing to f.

IsBinary: Is it a binary file?

IsPipe: Is it a pipe?  

FUNCTION RETURN VALUE

int: A handle on the constructed stream.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:26:50 GMT, July 20, 2024