/*
	グラフィック標準関数
*/

#include	<NORMLIB.h>

void circlef(int x1, int y1, int r, int c )
{
	circle(x1, y1, r, 0x22, c);
}
