#include "send_string.h" #include "stdio.h" void send_string (const wchar_t * str) { printf ("string\n"); }