TGA* TGAOpen(char* name, char* mode);
TGA* TGAOpen
name of file to be opened
access mode in wich to open file
TGAOpen will open file name in the specified mode. See fopen(3) for details on the mode string. This is normally the first library function called by a user program.