C/Łączenie z innymi językami: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Kj (dyskusja | edycje)
Nie podano opisu zmian
Kj (dyskusja | edycje)
Linia 116:
using namespace std;
extern "C" {
int f2 (int a)
{
cout << "a=" << a << endl;
return a*2;
}
}