SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- namespace space {
- struct ex {
- int a;
- int b;
- };
- }
- void function(space const& c) {
- /*реализация*/
- }
- #include <include.h>
- int main() {
- ex a{1,2};
- function(a); //<-- как вызвать без dlopen?
- }
RAW Paste Data