Opens a NIFF text file to read it
Syntax
FILE *niNtReadOpen(char *filename);#include "niffapi.h"
Arguments
Return value
If there is no error, the file pointer is returned. If an error occurs, 0 is returned.
Description
Opens a NIFF text file so the file can be read. A message is output if there is an error.
Notes
This function does not need to be used if the niOpenNt() function is used.
See Also