Plan 9 from User Space's /usr/local/plan9/src/libmemdraw/fill-stub.c

#include <u.h>
#include <libc.h>
#include <draw.h>
#include <memdraw.h>

void
memfillcolor(Memimage *m, u32int val)
{
	_memfillcolor(m, val);
}


Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.