forked from Imagelibrary/rtems
Rename rtems_test_print() into rtems_test_printf()
This commit is contained in:
@@ -86,7 +86,7 @@ int rtems_test_end(void);
|
||||
*
|
||||
* @returns As specified by printf().
|
||||
*/
|
||||
int rtems_test_print(const char* format, ...) RTEMS_PRINTFLIKE(1, 2);
|
||||
int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2);
|
||||
|
||||
/**
|
||||
* @brief Internal context for parallel job execution.
|
||||
|
||||
@@ -34,7 +34,7 @@ int rtems_test_end(void)
|
||||
);
|
||||
}
|
||||
|
||||
int rtems_test_print(
|
||||
int rtems_test_printf(
|
||||
const char* format,
|
||||
...
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user