URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [rtems_webserver/] [webrom.c] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
/* * webrom.c -- Compiled Web Pages * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements */ #include "wsIntrn.h" websRomPageIndexType websRomPageIndex[] = { { 0, 0, 0 }, };
Go to most recent revision | Compare with Previous | Blame | View Log