print_struct.h
来自「windrive开发的pci9054的驱动程序。」· C头文件 代码 · 共 24 行
H
24 行
////////////////////////////////////////////////////////////////
// File - print_struct.h
//
// Copyright (c) 2003 Jungo Ltd. http://www.jungo.com
//
////////////////////////////////////////////////////////////////
#ifndef _PRINT_STRUCT_H_
#define _PRINT_STRUCT_H_
#ifdef __cplusplus
extern "C" {
#endif
// Function: WD_CARD_print()
// Print all resources belonging to device
void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?