Subversion Repositories HelenOS

Rev

Rev 3757 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3757 Rev 3758
Line 41... Line 41...
41
#include <unistd.h>
41
#include <unistd.h>
42
#include <errno.h>
42
#include <errno.h>
43
#include <bool.h>
43
#include <bool.h>
44
#include <stdio.h>
44
#include <stdio.h>
45
 
45
 
-
 
46
FILE *stdin, *stdout, *stderr;
-
 
47
 
46
/**
48
/**
47
 * Open a stream.
49
 * Open a stream.
48
 *
50
 *
49
 * @param file_name Name of the file to open.
51
 * @param file_name Name of the file to open.
50
 * @param mode      Mode string, (r|w|a)[b|t][+].
52
 * @param mode      Mode string, (r|w|a)[b|t][+].