Files
seer/tests/hellodlopen/function1.cpp
T

8 lines
102 B
C++
Raw Normal View History

#include <iostream>
extern "C" void function1() {
std::cout << "Hello, world!" << std::endl;
}