SLOG_CloseOutputStream
Close the specified SLOG_STREAM. It frees all the internally allocated memory used in SLOG_STREAM
Synopsis
int SLOG_CloseOutputStream( SLOG_STREAM *slog )
Modified Input Variables
- slog - pointer to the SLOG_STREAM to be closed.
Modifies Output Variables
- returned value - integer status code
Include File Needed
slog.h
Notes on SLOG return status code
There are 3 allowed SLOG returned status codes. They are
SLOG_SUCCESS, SLOG_FAIL and SLOG_EOF. Their actual values
are defined in slog.h
SLOG_SUCCESS is returned when no error is encountered.
SLOG_FAIL is returned when error is encounted.
SLOG_EOF is returned when End of file is encounted.
Location:../src/slog_irec_write.c