Add dyn-wrapper.c used as cross-plattform launch wrapper for executables using dynami...
[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