← index
cplusplus2x.Examples/C++20/MasterX/src/apps/ats/ats.h
Source: cplusplus2x.Examples/C++20/MasterX/src/apps/ats/ats.h
#ifndef _ATS_H_
#define _ATS_H_

#include <string>

extern std::string scanATS(std::string input);

#endif