mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 01:37:22 +08:00
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