mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
4 lines
74 B
C++
4 lines
74 B
C++
#include <string>
|
|
|
|
inline std::string something() { return "something"; }
|