tunload-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
---
tunload-stub.c (190B)
---
1 #include <u.h>
2 #include <libc.h>
3 #include <draw.h>
4 #include <memdraw.h>
5
6 int
7 unloadmemimage(Memimage *i, Rectangle r, uchar *data, int ndata)
8 {
9 return _unloadmemimage(i, r, data, ndata);
10 }