mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
New.
This commit is contained in:
9
testsuites/samples/nsecs/rprintf.h
Normal file
9
testsuites/samples/nsecs/rprintf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _RPRINTF_H
|
||||
#define _RPRINTF_H
|
||||
|
||||
/* HACK: Presume time_t is a long */
|
||||
#define PRItime_t "ld"
|
||||
|
||||
#define PRIirtems_task_argument PRIuPTR
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user