?? download.h
字號(hào):
/*----------------------------------------------------------------------------* Copyright (c) 2005 by Hifn, Inc, Los Gatos, CA, U.S.A. All Rights Reserved. This software is furnished to licensee under a software license agreement and may be used and copied only in accordance with the terms and conditions of such license and with the inclusion of the above Copyright Notice. This software or any other copies thereof may not be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred and licensee is subject to all confidentiality provisions set forth in the software license agreement. The information in this software is subject to change without notice.*-----------------------------------------------------------------------------*//*----------------------------------------------------------------------------* * $Id: @(#) download.h 1.3@(#) $ *----------------------------------------------------------------------------*//*----------------------------------------------------------------------------* * @file download.h * @brief Interface file download cdl. * * Interface file for download.c, which has code to download a .cdl/.ddl file. * *----------------------------------------------------------------------------*/#ifndef DOWNLOAD_H#define DOWNLOAD_H/*------------------------------------* * Header Include Statements *------------------------------------*//* Standard includes *//* Hifn specific includes */#include "hftc_pub_errors.h"#include "download_configure.h"/*------------------------------------* * External Constants and Types *------------------------------------*//*------------------------------------* * External Function Prototypes *------------------------------------*/HFTC_Status_t download_file(char *filename, download_param_t *param_p);HFTC_Status_t download_ddl(char *filename, HFTC_Processor_t processor, download_param_t *param_p);#endif /* DOWNLOAD_H *//*----------------------------------------------------------------------------*REV # DATE BY REVISION DESCRIPTION----- -------- ----- ------------------------------------------------------0001 07/06/05 msz Created.0002 07/22/05 msz Added download_ddl.0003 08/29/06 msz Trivial changes from mini code review done by Rich.*----------------------------------------------------------------------------*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -