URI:
       tfill-stub.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tfill-stub.c (144B)
       ---
            1 #include <u.h>
            2 #include <libc.h>
            3 #include <draw.h>
            4 #include <memdraw.h>
            5 
            6 void
            7 memfillcolor(Memimage *m, u32int val)
            8 {
            9         _memfillcolor(m, val);
           10 }