niNbReadOpen

Opens a NIFF binary file to read it

Syntax

#include  "niffapi.h"

FILE *niNbReadOpen(char *filename);

Arguments

filename   Name of the NIFF binary file to read

Return value

If there is no error, the file pointer is returned. If there is an error, 0 is returned.

Description

Opens a NIFF binary file in order to read the file. A message is output when an error occurs.

Notes

This function does not need to be used if the function niOpenNb() is used.

See Also

niOpenNb