summaryrefslogtreecommitdiff
path: root/rts/Ticky.h
blob: c8da50a9406a914f4a42917cd10ce15e43919e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 1999
 *
 * Header for Ticky.c
 *
 * ---------------------------------------------------------------------------*/

#ifndef TICKY_H
#define TICKY_H

void PrintTickyInfo(void);

#endif /* TICKY_H */