📄 linkfaultreference.c
字号:
/****************************************************************************
*
* Name: portCountersCbk.c
*
* Description: Call Back Function
*
* Copyright: ASEC Corp.
* Author: Eli
* All rights reserved.
*
****************************************************************************/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "tfTypes.h"
#include "fs.h"
#include "httpd.h"
#include "html.h"
#include "ip113f.h"
#include "lftreference.h"
extern struct httpd_state *hs;
extern variable_t var_list[];
u8_t ssiLFReference(u8_t varid, value_t *vp)
{
return OK;
}
u8_t tgiLFReference(u8_t cnt, value_t *vp)
{
if (( strncmp( var_list[1].value, "Return", 6)==0 )||( strncmp( var_list[0].value, "Return", 6)==0 ) )
{
httpd_send_file(fs_open3("Sstatus.htm"));
}
return OK;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -