webrom.c

来自「在嵌入式移动设备上实现动态网页」· C语言 代码 · 共 17 行

C
17
字号
/*
 * 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
 *
 * $Id: webrom.c,v 1.3 2002/10/24 14:44:50 bporter Exp $
 */

#include "wsIntrn.h"

websRomPageIndexType websRomPageIndex[] = {
  { 0, 0, 0 },
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?