yes, but how do i call it.
i don't know the parmeters that are given to _declspec(dllexport) int __stdcall conprint(const char * restrict format, ...).
ex.: conprint("%s %d %s %s", a,b,c,d). how do i give the paramets to return _cprintf(format, ...)?