source: rtems/testsuites/support/include/test_support.h @ ccc4203

4.104.114.95
Last change on this file since ccc4203 was ccc4203, checked in by Jennifer Averett <Jennifer.Averett@…>, on 02/04/08 at 19:40:33

2008-02-04 Jennifer Averett <jennifer.averett@…>

  • support/include/test_support.h, support/src/test_support.c: New files.
  • Property mode set to 100644
File size: 303 bytes
Line 
1/*
2 *  Support routines for test code.
3 *
4 *  $Id$
5 */
6
7#ifndef __TEST_SUPPORT_h
8#define __TEST_SUPPORT_h
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14void Allocate_majority_of_workspace( int smallest );
15const char *Get_Too_Long_Name();
16const char *Get_Longest_Name();
17
18#ifdef __cplusplus
19};
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.