?? psdumps.c
字號:
///////////////////////////////////////////////////////////////////////////////
//
// CONEXANT SYSTEMS, INC. - WIRELESS COMMUNICATIONS DIVISION
//
///////////////////////////////////////////////////////////////////////////////
//
// DESCRIPTION:
//
// REVISION HISTORY
//
// $Log: W:\UC\Ph2Sw\Rockwell\base\Ps\ARCHIVES\PSDUMPS.C_v $ dmk_opt
//
// Rev 1.0 01 Sep 2000 15:55:32 dangmk
//
//
///////////////////////////////////////////////////////////////////////////////
//
// CONEXANT CONFIDENTIAL AND PROPRIETARY
//
// This source is the sole property of Conexant. Reproduction or
// utilization of this source in whole or in part is forbidden without
// the written consent of Conexant.
//
// (c) Copyright Conexant, 2000. All Rights Reserved.
//
///////////////////////////////////////////////////////////////////////////////
/*---------------------------- Includes: ---------------------------------*/
#include "wcdtypes.h"
#include "..\global\txif.h"
#include "..\ps\pssi.h"
#include "..\global\useif.h"
#include "..\ps\psdata.h"
#include "..\ps\psui.h"
SIM_DIRECTORY *SIMRoot = NULL;
void LoadSIMFromFile( INT8 * FileName )
{
UNUSED( FileName );
}
void DumpSIMToFile( INT8 * FileName )
{
UNUSED( FileName );
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -