parrotcode: Untitled | |
Contents | Compilers |
This file implements the API for PIRC. A program that wants to use PIRC's services should use only these functions.
FILE *open_file(char const *const filename, char const *const mode)
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.
|