Opens a NIFF binary file to read it
Syntax
FILE *niNbReadOpen(char *filename);#include "niffapi.h"
Arguments
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