Sign in
plan9port
/
plan9
/
1ccd3e1e2301a2b2da22eff88e308f3a92c95416
/
.
/
src
/
libdraw
/
nowsys-fill.c
blob: d75459f1780b5ed24f9e690dea080479877b60b7 [
file
]
#include
<u.h>
#include
<libc.h>
#include
<draw.h>
#include
<memdraw.h>
void
memfillcolor
(
Memimage
*
m
,
u32int val
)
{
_memfillcolor
(
m
,
val
);
}