Files
seer/tests/helloscons/function1.h
T

7 lines
76 B
C++
Raw Normal View History

2023-08-26 10:50:58 -05:00
#pragma once
#include <string>
void function1 (const std::string& text);