CS计算机代考程序代写 #ifndef SDDS_UTILS_H_

#ifndef SDDS_UTILS_H_
#define SDDS_UTILS_H_
#include
namespace sdds {
extern bool debug; // making sdds::debug variable global to all the files
// which include: “utils.h”

int getTime(); // returns the time of day in minutes
}
#endif // !SDDS_UTILS_H_