?? psrand.h
字號(hào):
///////////////////////////////////////////////////////////////////////////////
//
// CONEXANT SYSTEMS, INC. - WIRELESS COMMUNICATIONS DIVISION
//
///////////////////////////////////////////////////////////////////////////////
//
// DESCRIPTION:
//
// REVISION HISTORY
//
// $Log: W:\UC\Ph2Sw\Rockwell\base\Ps\ARCHIVES\PSRAND.H_v $ dmk_opt
//
// Rev 1.0 01 Sep 2000 15:55:34 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.
//
///////////////////////////////////////////////////////////////////////////////
/*---------------------------- Global Defines: ---------------------------*/
#define PS_RAND_MAX 0x7FFFU
/* Enabling the following macro causes ALL calls of BSrand to be traced,
which is useful for finding strange differences between two versions of
the stack. However it will case the output to be a large factor bigger
(15 times bigger than normal, so only use it CAREFULLY if you are
desparate!
#define PSrand() PSTraceRand(__FILE__, __LINE__)
*/
/*---------------------------- Global Typedefs: --------------------------*/
/*---------------------------- External Varaible: ------------------------*/
/*----------------------- Global Function Prototypes: --------------------*/
#ifdef PSrand
extern UINT16 PSTraceRand(char *File, int Line);
#else
extern UINT16 PSrand(void);
#endif
/*------------------------------------------------------------------------*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -