niNtReadOpen

Opens a NIFF text file to read it

Syntax

#include  "niffapi.h"

FILE *niNtReadOpen(char *filename);

Arguments

filename   The name of the NIFF text file to read

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

niOpenNt