Changeset f1531574 in rtems
- Timestamp:
- 06/21/16 12:22:35 (7 years ago)
- Branches:
- 5, master
- Children:
- 22c3a54b
- Parents:
- a33bfb6
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/21/16 12:22:35)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/22/16 05:45:48)
- Location:
- cpukit/libmisc/testsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/testsupport/test.h
ra33bfb6 rf1531574 87 87 * @returns As specified by printf(). 88 88 */ 89 int rtems_test_print (const char* format, ...) RTEMS_PRINTFLIKE(1, 2);89 int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2); 90 90 91 91 /** -
cpukit/libmisc/testsupport/testbeginend.c
ra33bfb6 rf1531574 35 35 } 36 36 37 int rtems_test_print (37 int rtems_test_printf( 38 38 const char* format, 39 39 ...
Note: See TracChangeset
for help on using the changeset viewer.