Outputs NIFF text
Syntax
int niOutputNt(Nis *nis);#include "niffapi.h"
Arguments
Return value
TRUE(=1) if the data is written without error.
FALSE(=0) if an error occurs.
Description
The data held in the Nis structure is output to standard output in text form. This output can be read with niOpenNt().
This function performs the processes which are appropriate for the given NIFF version.
See Also
niOpenNt
For the Nis structure, see n64kit/niff/niffapi/nis.h, nis2.h.