?? am_app_event_queue.h
字號(hào):
#ifndef AM_APP_EVENT_QUEUE_INCLUDE#define AM_APP_EVENT_QUEUE_INCLUDE/* * (c) Copyright Motorola 1996, All rights reserved. * Motorola Confidential Proprietary * Contains confidential proprietary information of Motorola, Inc. * Reverse engineering is prohibited. * The copyright notice does not imply publication. */ #ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif /* max number of events can be queued onto audio event queue.*/#define AM_APP_EVENT_QUEUE_MAX 8#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -