#ifndef _ATS_H_ #define _ATS_H_ #include <string> extern std::string scanATS(std::string input); #endif