#ifndef _SGNSUM_H_ #define _SGNSUM_H_ int sgnsum(double *S, int n); int GetCPUUsage(void); #endif