This commit is contained in:
Ralf Corsepius
2009-10-24 05:51:46 +00:00
parent 5f4d6cccb5
commit 21d821bea3

View 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