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