I am trying to measure milliseconds on my Nintendo DS. I need them for extracting exact reaction times of a keypress.
As I discovered gettimeofday() doesn't work on NDS. setitime()/getitime() seemed to be a workaround, but although the sys/times.h declares them they are not implemented in the libraries.

As Google doesn't help further, I am running out of ideas how to achieve this goal.
Can you help me a little?
Thx