isofile.c

来自「本程序为ST公司开发的源代码」· C语言 代码 · 共 31 行

C
31
字号
/************************************************** * * isofile.c * * CVS ID:   $Id: isofile.c,v 1.4 2006/08/16 11:15:43 trubac Exp $ * Author:   Ondrej Trubac [OT] - STM * Date:     $Date: 2006/08/16 11:15:43 $ * Revision: $Revision: 1.4 $ * * Description: * * *************************************************** * * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * ***************************************************/#include <stdio.h>#include "gendef.h"#include "accordoptypes.h"     //"aptypes.h"#include "iso9660.h"#include "apdevsys.h"#include "cddevice.h"#include "debug.h"#include "capture.h"#include "isofile.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?