📄 dcf_dbg.c
字号:
/****************************************************************************/
/* CONEXANT PROPRIETARY AND CONFIDENTIAL */
/* Conexant Systems Inc. (c) 2007 - 2012 */
/* Shanghai, CHINA */
/* All Rights Reserved */
/****************************************************************************/
/*
* Filename: dcf_dbg.C
*
* Description: The file contains functions to control the debug inf output
*
* Author: Gavin Zhang
*
****************************************************************************/
/* This file is based on the debugin.c by Steven Shen$
* $Id: dcf_dbg.C,v 1.0, 2007-10-08 05:36:53Z, Yong Huang$
****************************************************************************/
/***************************/
/* Header Files */
/***************************/
#include "dcf_dbg.h"
#if(DCF_INCLUDE_DEBUG == 0)
/*****************************************************************************/
/* FUNCTION: debug_out */
/* */
/* PARAMETERS: s - control string */
/* */
/* DESCRIPTION: This function outputs debug infomation; customer will, if */
/* necessary, redefine this function according its os. */
/* */
/* RETURNS: none. */
/* */
/* CONTEXT: */
/* */
/*****************************************************************************/
void debug_out_alias(unsigned long flag, char *string, ...)
{
return;
}
#endif
/****************************************************************************
* Modifications:
* $Log:
*
* $
*
****************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -