Use PRId32.

This commit is contained in:
Ralf Corsepius
2009-10-30 13:37:42 +00:00
parent 3220700727
commit 558da8cc29

View File

@@ -28,7 +28,7 @@
#define put_time( _message, _total_time, \
_iterations, _loop_overhead, _overhead ) \
printf( \
"%s %d\n", \
"%s %" PRId32 "\n", \
(_message), \
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
)