Plan 9 from Bell Labs’s /usr/web/sources/contrib/aiju/nes/gfx.h
#ifndef GFX_H #define GFX_H void drawpixel(int x, int y, int c); void updatedisplay(void); void gfxinit(void); #endif