Changeset aea32337 in rtems for testsuites/support
- Timestamp:
- Oct 26, 2009, 5:33:50 AM (10 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 88f692da
- Parents:
- f440089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/support/include/test_support.h
rf440089 raea32337 12 12 #endif 13 13 14 void Allocate_majority_of_workspace( int smallest );15 const char *Get_Too_Long_Name();16 const char *Get_Longest_Name();14 extern void Allocate_majority_of_workspace( int smallest ); 15 extern const char *Get_Too_Long_Name(void); 16 extern const char *Get_Longest_Name(void); 17 17 18 18 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.