FIX #1288: GHCi wasn't adding the @n suffix to stdcalls on Windows
[ghc-hetmet.git] / rts / Hpc.h
1 #ifndef HPC_H
2 #define HPC_H
3
4 extern void startupHpc(void);
5 extern void exitHpc(void);
6
7 #endif /* HPC_H */
8
9
10