c8da50a9406a914f4a42917cd10ce15e43919e1e
[ghc-hetmet.git] / rts / Ticky.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 1999
4  *
5  * Header for Ticky.c
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef TICKY_H
10 #define TICKY_H
11
12 void PrintTickyInfo(void);
13
14 #endif /* TICKY_H */