mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-20 17:20:09 +00:00
8 lines
62 B
C++
8 lines
62 B
C++
#include <string>
|
|
|
|
void
|
|
func (std::string *s)
|
|
{
|
|
delete s;
|
|
}
|