Files
rtems/testsuites/support/include/test_support.h
Ralf Corsepius aea32337ed 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/test_support.h: Add missing prototypes.
2009-10-26 05:33:50 +00:00

23 lines
332 B
C

/*
* Support routines for test code.
*
* $Id$
*/
#ifndef __TEST_SUPPORT_h
#define __TEST_SUPPORT_h
#ifdef __cplusplus
extern "C" {
#endif
extern void Allocate_majority_of_workspace( int smallest );
extern const char *Get_Too_Long_Name(void);
extern const char *Get_Longest_Name(void);
#ifdef __cplusplus
};
#endif
#endif