e.g..

Code:
extern "C" {
int WINAPI blah1(...) { }
int WINAPI blah2(,,) { }
int WINAPI blah3(..) { }

int WINAPI hello(..) { }
}


anyone now how i could possible use blah1/blah2/blah3 in the dll's 'hello' function?