Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
file_output_stream.h File Reference
#include "grassroots_util_library.h"
#include "streams.h"
Include dependency graph for file_output_stream.h:

Go to the source code of this file.

Data Structures

struct  FileOutputStream
 An OutputStream that writes to user-specified files. More...
 

Functions

void DeallocateFileOutputStream (OutputStream *stream_p)
 Free a FileOutputStream. More...
 

Function Documentation

◆ DeallocateFileOutputStream()

void DeallocateFileOutputStream ( OutputStream stream_p)

Free a FileOutputStream.

Parameters
stream_pThe FileOutputStream to free.