Sign in
plan9port
/
plan9
/
8d7133308db580d2356d5d1dd30f0b9a1f0a7417
/
.
/
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
);
}