AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdio.h

Syntax:     
extern FILE *freopen
(
const char *filename, 
const char *mode,
FILE   *stream
);


Purpose:     This function opens the file whose name is in the string pointed to by filename, and associates the stream pointed to by stream with it.  mode is the same as fopen.

[sh-index] Back to list of manuals