Reads a NIFF text file
Syntax
int niOpenNt(char *filename, Nis *nis);#include "niffapi.h"
Arguments
Return value
TRUE(=1) if the file is read without error.
FALSE(=0) if an error occurs.
Description
Reads a NIFF text file and stores it in the Nis structure. A NIFF text file is a file storing NIFF data expressed in text format. NIFF text format can be output with the niOutputNt() function.
This function performs the processes which are appropriate for the given NIFF version.
See Also
niNewNis
niOutputNt
For the Nis structure, see n64kit/niff/niffapi/nis.h, nis2.h.