fixes #3 Co-authored-by: lcw <ez_lcw@foxmail.com> Co-authored-by: szdytom <szdytom@qq.com> Reviewed-on: #5
8 lines
87 B
C++
8 lines
87 B
C++
#ifndef ACPA_READ_H
|
|
#define ACPA_READ_H
|
|
|
|
#include <string>
|
|
|
|
std::string read();
|
|
|
|
#endif |