acpa/include/read.h
2023-08-29 20:06:01 +08:00

8 lines
87 B
C++

#ifndef ACPA_READ_H
#define ACPA_READ_H
#include <string>
std::string read();
#endif