usrwvfileuploadpath.c
来自「IXP425的BSP代码」· C语言 代码 · 共 32 行
C
32 行
/* usrWvFileUploadPath.c - configuration file for Windview File upload path *//* Copyright 1997 Wind River Systems, Inc. *//*modification history--------------------01a,13may98,pr written*//*DESCRIPTION*/extern FUNCPTR _func_wvOnUploadPathCreate;extern FUNCPTR _func_wvOnUploadPathClose;extern int wvArgHtons;extern char * wvLogMsgString1;extern char * wvLogMsgString2;VOID usrWvFileUploadPathInit () { _func_wvOnUploadPathCreate = (FUNCPTR) fileUploadPathCreate; _func_wvOnUploadPathClose = (FUNCPTR) fileUploadPathClose; wvArgHtons = 0; wvLogMsgString1 = "fname="; wvLogMsgString2 = "flag="; fileUploadPathLibInit (); }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?