📄 usrwvfileuploadpath.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -