Searched refs:ascbuf (Results 1 – 1 of 1) sorted by relevance
49 char ascbuf[2048]; in debug_printf() local61 n = wcstombs(ascbuf, buffer, sizeof(ascbuf)); in debug_printf()63 if (ascbuf[n - 1] == 0x0a) { in debug_printf()64 ascbuf[n - 1] = 0x0d; in debug_printf()65 ascbuf[n + 0] = 0x0a; in debug_printf()66 ascbuf[n + 1] = 0x00; in debug_printf()69 WriteFile(debug_log, ascbuf, n, &n, NULL); in debug_printf()