Last change
on this file since 1397 was
1397,
checked in by luba, 17 years ago
|
- Library files modified for cygwin.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
693 bytes
|
Line | |
---|
1 | #ifndef __refal__StdIO_hh__ |
---|
2 | #define __refal__StdIO_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace StdIO |
---|
12 | { |
---|
13 | |
---|
14 | extern Expr StdIn ; |
---|
15 | |
---|
16 | extern Expr StdOut ; |
---|
17 | |
---|
18 | extern Expr StdErr ; |
---|
19 | |
---|
20 | RF_DECL (Channel); |
---|
21 | |
---|
22 | RF_DECL (Open_m_File); |
---|
23 | |
---|
24 | RF_DECL (Close_m_Channel); |
---|
25 | |
---|
26 | RF_DECL (Parse_m_File_m_Name); |
---|
27 | |
---|
28 | RF_DECL (Erase_m_File); |
---|
29 | |
---|
30 | RF_DECL (EOF_q_); |
---|
31 | |
---|
32 | RF_DECL (Read); |
---|
33 | |
---|
34 | RF_DECL (Read_m_Char); |
---|
35 | |
---|
36 | RF_DECL (Read_m_Line); |
---|
37 | |
---|
38 | RF_DECL (Write); |
---|
39 | |
---|
40 | RF_DECL (WriteLN); |
---|
41 | |
---|
42 | RF_DECL (Print); |
---|
43 | |
---|
44 | RF_DECL (PrintLN); |
---|
45 | |
---|
46 | RF_DECL (Read_e_); |
---|
47 | |
---|
48 | RF_DECL (Read_m_Char_e_); |
---|
49 | |
---|
50 | RF_DECL (Read_m_Line_e_); |
---|
51 | |
---|
52 | RF_DECL (Write_e_); |
---|
53 | |
---|
54 | RF_DECL (WriteLN_e_); |
---|
55 | |
---|
56 | RF_DECL (Print_e_); |
---|
57 | |
---|
58 | RF_DECL (PrintLN_e_); |
---|
59 | |
---|
60 | } |
---|
61 | |
---|
62 | } |
---|
63 | |
---|
64 | #endif // __refal__StdIO_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.