1 2 3 4 5 6 7 8 9 10
#ifndef HPC_H #define HPC_H extern void startupHpc(void); extern void exitHpc(void); #endif /* HPC_H */