SLOG_Irec_Create
Create a bare minimal interval record data structure without any of its components set. (SLOG_intvlrec_t's constructor)
Synopsis
SLOG_intvlrec_t *SLOG_Irec_Create( void )
Modified Output Variables
- returned value - pointer to newly allocated SLOG_intvlrec_t, interval
record data structure.
Usage Notes on this routine
The memory can be deallocated by SLOG_Irec_Free().
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_common.c