URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [demos/] [nanox/] [wait.c] - Rev 365
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Connect to the server, then wait until terminated (useful for stopping the server * from exiting without a window manager) */ #include "nano-X.h" int main() { char c; read(GrOpen(), &c, 1); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log