blob: c15ce41e94333169615a8eb169545b5566181385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef GHC_CBITS_DECLS_H
#define GHC_CBITS_DECLS_H
StgByteArray getCPUTime(StgByteArray);
StgInt getClockTime(StgByteArray, StgByteArray);
StgAddr showTime(I_, StgByteArray, StgByteArray);
StgAddr toClockSec(I_, I_, I_, I_, I_, I_, I_, StgByteArray);
StgAddr toLocalTime(I_, StgByteArray, StgByteArray);
StgAddr toUTCTime (I_, StgByteArray, StgByteArray);
#endif
|