Last change
on this file since 1017 was
1017,
checked in by luba, 18 years ago
|
- declarations for Dos functions
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
238 bytes
|
Line | |
---|
1 | #ifndef __refal__Dos_hh__ |
---|
2 | #define __refal__Dos_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace Dos |
---|
12 | { |
---|
13 | |
---|
14 | RF_DECL (Arg); |
---|
15 | |
---|
16 | RF_DECL (GetEnv); |
---|
17 | |
---|
18 | RF_DECL (Time); |
---|
19 | |
---|
20 | RF_DECL (Exit); |
---|
21 | |
---|
22 | } |
---|
23 | |
---|
24 | } |
---|
25 | |
---|
26 | #endif // __refal__Dos_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.