DESCRIPTION ^

This file implements the API for PIRC. A program that wants to use PIRC's services should use only these functions.

FUNCTIONS ^

FILE *open_file(char const *const filename, char const *const mode)
Function to open the file given by filename, in the mode given by mode Microsoft visual studio provides a "safer" variant of fopen(); this function hides the selection of the appropriate variant.


parrot