#include <9pm/windows.h>
#include <9pm/u.h>
#include <9pm/libc.h>


/* implement on windows 95 */

BOOL  WINAPI
GetCharWidth(HDC hdc, UINT c0, UINT c1, INT *w)
{
	return GetCharWidthW(hdc, c0, c1, w);
}


syntax highlighted by Code2HTML, v. 0.9.1