sl@0
|
1 |
/************************************************************************
|
sl@0
|
2 |
*
|
sl@0
|
3 |
* system.h - declarations of testsuite helpers
|
sl@0
|
4 |
*
|
sl@0
|
5 |
* $Id: system.h 290012 2005-09-18 23:38:12Z sebor $
|
sl@0
|
6 |
*
|
sl@0
|
7 |
************************************************************************
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
|
sl@0
|
10 |
* Software division. Licensed under the Apache License, Version 2.0 (the
|
sl@0
|
11 |
* "License"); you may not use this file except in compliance with the
|
sl@0
|
12 |
* License. You may obtain a copy of the License at
|
sl@0
|
13 |
* http://www.apache.org/licenses/LICENSE-2.0. Unless required by
|
sl@0
|
14 |
* applicable law or agreed to in writing, software distributed under
|
sl@0
|
15 |
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
sl@0
|
16 |
* CONDITIONS OF ANY KIND, either express or implied. See the License
|
sl@0
|
17 |
* for the specific language governing permissions and limitations under
|
sl@0
|
18 |
* the License.
|
sl@0
|
19 |
*
|
sl@0
|
20 |
**************************************************************************/
|
sl@0
|
21 |
|
sl@0
|
22 |
#ifndef RW_SYSTEM_H_INCLUDED
|
sl@0
|
23 |
#define RW_SYSTEM_H_INCLUDED
|
sl@0
|
24 |
|
sl@0
|
25 |
|
sl@0
|
26 |
#include <testdefs.h>
|
sl@0
|
27 |
|
sl@0
|
28 |
|
sl@0
|
29 |
_TEST_EXPORT int
|
sl@0
|
30 |
rw_system (const char *cmd, ...);
|
sl@0
|
31 |
|
sl@0
|
32 |
|
sl@0
|
33 |
#endif // RW_SYSTEM_H_INCLUDED
|