functions.hpp:
Код: Выделить всё
#pragma once
void print(const char* str);
void println(const char* str);
Код: Выделить всё
#include "functions.hpp"
#include
void print(const char* str) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79897134/cannot-link-custom-static-library[/url]
Мобильная версия